Need advice about which tool to choose?Ask the StackShare community!

Deno

321
438
+ 1
84
Rust

4K
4.4K
+ 1
1.2K
Add tool
Advice on Deno and Rust
Needs advice
on
JavaScriptJavaScriptPythonPython
and
RustRust

So, I've been working with all 3 languages JavaScript, Python and Rust, I know that all of these languages are important in their own domain but, I haven't took any of it to the point where i could say I'm a pro at any of these languages. I learned JS and Python out of my own excitement, I learned rust for some IoT based projects. just confused which one i should invest my time in first... that does have Job and freelance potential in market as well...

I am an undergraduate in computer science. (3rd Year)

See more
Replies (3)
Recommends
on
JavaScriptJavaScript

I would start focusing on Javascript because even working with Rust and Python, you're always going to encounter some Javascript for front-ends at least. It has: - more freelancing opportunities (starting to work short after a virus/crisis, that's gonna help) - can also do back-end if needed (I would personally avoid specializing in this since there's better languages for the back-end part) - hard to avoid. it's everywhere and not going away (well not yet)

Then, later, for back-end programming languages, Rust seems like your best bet. Its pros: - it's satisfying to work with (after the learning curve) - it's got potential to grow big in the next year (also with better paying jobs) - it's super versatile (you can do high-perf system stuff, graphics, ffi, as well as your classic api server) It comes with a few cons though: - it's harder to learn (expect to put in years) - the freelancing options are virtually non-existent (and I would expect them to stay limited, as rust is better for long-term software than prototypes)

See more
Recommends
on
JavaScriptJavaScript

I suggest you to go with JavaScript. From my perspective JavaScript is the language you should invest your time in. The community of javascript and lots of framework helps developer to build what they want to build in no time whether it a desktop, web, mobile based application or even you can use javascript as a backend as well. There are lot of frameworks you can start learning i suggest you to go with (react,vue) library both are easy to learn than angular which is a complete framework.

And if you want to go with python as a secondary tool then i suggest you to learn a python framework (Flask,Django).

See more
Moinul Moin
Recommends
on
JavaScriptJavaScript

go for javascript, brother.

See more
Decisions about Deno and Rust
Roman Glushko
Machine Learning, Software Engineering and Life · | 3 upvotes · 287K views

I chose Golang as a language to write Tango because it's super easy to get started with. I also considered Rust, but learning curve of it is much higher than in Golang. I felt like I would need to spend an endless amount of time to even get the hello world app working in Rust. While easy to learn, Golang still shows good performance, multithreading out of the box and fun to implement.

I also could choose PHP and create a phar-based tool, but I was not sure that it would be a good choice as I want to scale to be able to process Gbs of access log data

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Deno
Pros of Rust
  • 17
    Typescript
  • 13
    Secure
  • 12
    Open source
  • 8
    Formatting
  • 8
    Javascript
  • 8
    Great std library
  • 7
    Testing
  • 5
    ESM
  • 4
    Easy Config
  • 2
    No package-lock.json
  • 139
    Guaranteed memory safety
  • 126
    Fast
  • 84
    Open source
  • 75
    Minimal runtime
  • 70
    Pattern matching
  • 61
    Type inference
  • 56
    Algebraic data types
  • 55
    Concurrent
  • 46
    Efficient C bindings
  • 43
    Practical
  • 37
    Best advances in languages in 20 years
  • 30
    Fix for C/C++
  • 30
    Safe, fast, easy + friendly community
  • 24
    Stablity
  • 23
    Zero-cost abstractions
  • 23
    Closures
  • 20
    Extensive compiler checks
  • 19
    Great community
  • 17
    No NULL type
  • 15
    Async/await
  • 15
    Completely cross platform: Windows, Linux, Android
  • 14
    No Garbage Collection
  • 13
    High-performance
  • 13
    Great documentations
  • 12
    Super fast
  • 12
    High performance
  • 11
    Generics
  • 11
    Fearless concurrency
  • 11
    Safety no runtime crashes
  • 11
    Guaranteed thread data race safety
  • 10
    Compiler can generate Webassembly
  • 10
    Helpful compiler
  • 9
    Prevents data races
  • 9
    Easy Deployment
  • 9
    Macros
  • 8
    Painless dependency management
  • 8
    RLS provides great IDE support
  • 7
    Real multithreading
  • 5
    Support on Other Languages
  • 5
    Good package management

Sign up to add or upvote prosMake informed product decisions

Cons of Deno
Cons of Rust
  • 3
    Still in early development
  • 1
    Bad Rust plugin support
  • 26
    Hard to learn
  • 23
    Ownership learning curve
  • 11
    Unfriendly, verbose syntax
  • 4
    Variable shadowing
  • 4
    High size of builded executable
  • 4
    Many type operations make it difficult to follow
  • 3
    No jobs

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is Deno?

It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

What is Rust?

Rust is a systems programming language that combines strong compile-time correctness guarantees with fast performance. It improves upon the ideas of other systems languages like C++ by providing guaranteed memory safety (no crashes, no data races) and complete control over the lifecycle of memory.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Deno and Rust as a desired skillset
CBRE
United States of America Texas Richardson
What companies use Deno?
What companies use Rust?
See which teams inside your own company are using Deno or Rust.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Deno?
What tools integrate with Rust?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

Nov 20 2019 at 3:38AM

OneSignal

PostgreSQLRedisRuby+8
9
4469
Jun 6 2019 at 5:11PM

AppSignal

RedisRubyKafka+9
15
1563
What are some alternatives to Deno and Rust?
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Golang
Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
npm
npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.
Modernizr
It’s a collection of superfast tests or detects as we like to call them which run as your web page loads, then you can use the results to tailor the experience to the user. It tells you what HTML, CSS and JavaScript features the user’s browser has to offer.
See all alternatives