crystal
Odin
crystal | Odin | |
---|---|---|
247 | 95 | |
19,774 | 8,392 | |
0.4% | 3.9% | |
9.8 | 10.0 | |
5 days ago | 2 days ago | |
Crystal | Odin | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
crystal
- We Fell Out of Love with Next.js and Back in Love with Ruby on Rails
-
Rhombus Language
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/
-
Tiny JITs for a Faster FFI
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.
-
Advent of Code #1 (in Gleam)
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.
- Understanding Ruby 3.3 Concurrency: A Comprehensive Guide
- One-Liner for Finding Typos
-
Notes on the Crystal Language
Temp file issue is debunked here: https://news.ycombinator.com/item?id=41684848
Dir module works fine, though maybe the docs could be improved. https://crystal-lang.org/api/1.13.3/Dir.html . The stdlib code is also highly readable: https://github.com/crystal-lang/crystal/blob/d14d04562/src/d... shows that #each_child just calls #read and yields it to the block, so I don't think this is really a wart :)
- A Language for Humans and Computers
-
Top Paying Programming Technologies 2024
27. Crystal - $77,104
-
Crystal 1.11.0 Is Released
I like the first code example on https://crystal-lang.org
# A very basic HTTP server
Odin
-
Red Programming Language
When I look at a programming language site, I want a quick way to navigate to a reasonably sized code sample, optionally documented, but show me the code.
Sites which do this well:
https://odin-lang.org/
-
Odin, a Pragmatic C Alternative with a Go Flavour
Here is the website: https://odin-lang.org/ - which was not obvious.
- Odin: General-purpose language with built-in data-oriented data types
- Show HN: The C3 programming language (C alternative language)
- Borgo Programming Language
- Huly – Open-Source All-in-One Project Management Platform
-
One must imagine Sisyphus writing a new JS framework
Or maybe you want a language that's more geared towards game dev, and includes a lot of the commonly use libraries? Odin
-
Comfy, the 2D rust game engine, is now archived
I have noticed a trend for Rust game development to revolve around developing engines that are "high-performance," particularly with a focus on entity component systems. This is development for the sake of optimisation and premature is putting it lightly.
Let me say this loud and clear for anyone who dares to hear a fool: don't even think about performance until it becomes a problem and even then you could still probably stand to ignore it. Ergonomics are infinitely more important for an engine. If you can't develop and iterate quickly you can't prove your ideas and make something fun. These are two things Rust is very bad at.
Rust is good at many things, but game development is really not one of them. C++ is still okay. If you want to try something new, Odin[1] is shaping up nicely.
[1] https://odin-lang.org/
-
Introduction to the Odin Programming Language
Odin website sure could! Highlights according to landing page:
> Data-Oriented, Simplicity, High Performance, "Batteries Included", Open Source (BSD 3)
https://odin-lang.org/
- Odin programming language now supports NetBSD
What are some alternatives?
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
mint-lang - 🍃 A refreshing programming language for the front-end web.
v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io