Software Alternatives & Reviews

Moving beyond bash shell programming

Oil Deno
  1. 1

    Oil

    Oil is a new Unix shell.
    Pricing:
    • Open Source

    #Typescript #eBook Reader #Web Development Tools 4 social mentions

  2. 2
    A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
    Pricing:
    • Open Source
    Deno is a secure TS/JS runtime, written in Rust, that natively supports TypeScript as a first class language, and has an active developer community uploading third party packages to deno.land/x which you can import directly into your TypeScript modules via the HTTP URLs. Unlike NodeJS, it's a single binary and virtually all OS-level features are disabled by default via sandboxing. You need to grant permissions to Deno in order to access certain directories, accessing the network, etc. Deno also supports WASM which is a huge plus. Standard library seems to be strongly influenced by Go and NodeJS.

    #Typescript #JavaScript #Web Development Tools 195 social mentions

Discuss: Moving beyond bash shell programming

Log in or Post with