Nim (programming language) might be a bit more popular than Crystal (programming language). We know about 149 links to it since March 2021 and only 114 links to Crystal (programming language). We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Did you ever see Crystal? It's more or less a typed Ruby. I've heard that you can port some code directly. https://crystal-lang.org/. - Source: Hacker News / about 2 months ago
If you like the Ruby syntax (but want a statically typed language), you might want to take a look at Crystal: https://crystal-lang.org/ > Crystal is statically typed and type errors are caught early by the compiler, eliminating a range of type-related errors at runtime. - Source: Hacker News / 3 months ago
I really enjoyed using Crystal last year. It is a very ergonomic language with a featureful standard library. I was tempted to use it again this year, but I figured I should use this opportunity to try something new. After considering several languages including Go, F#, Nim, and Raku, I decided to go with Gleam. - Source: dev.to / 5 months ago
Also check https://crystal-lang.org/ which aims for ruby like syntax/dx but almost native performance. - Source: Hacker News / 6 months ago
I like the first code example on https://crystal-lang.org- Source: Hacker News / over 1 year ago# A very basic HTTP server.
> I'm interested to see whether the final feature set will be larger than what you'd get by creating a type-safe language with a pythonic syntax and compiling that to native, rather than building custom hardware. It almost sounds like you're asking for Nim ( https://nim-lang.org/ ); and there are some projects using it for microcontroller programming, since it compiles down to C (for ESP32, last I saw). - Source: Hacker News / 5 days ago
I think Nim might be a good candidate. https://nim-lang.org. - Source: Hacker News / about 2 months ago
It’s not popular compared to Go/Rust, but many find Nim scratches that itch: https://nim-lang.org/. - Source: Hacker News / about 2 months ago
FWIW, Nim (the programming language) is certainly interesting and possibly underrated. https://nim-lang.org/. - Source: Hacker News / 3 months ago
If not, Nim is probably the closest most 'Python-like' language that is almost as fast as C. https://nim-lang.org/. - Source: Hacker News / 6 months ago
Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
V (programming language) - Simple, fast, safe, compiled language for developing maintainable software.
D (Programming Language) - D is a language with C-like syntax and static typing.
Zig - Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation
Elixir - Dynamic, functional language designed for building scalable and maintainable applications