crystal
mint-lang
crystal | mint-lang | |
---|---|---|
241 | 13 | |
19,409 | 4,048 | |
0.4% | 0.3% | |
9.8 | 5.4 | |
1 day ago | 5 days ago | |
Crystal | Crystal | |
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
-
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
- Is Fortran "A Dead Language"?
- Choosing Go at American Express
- Odin Programming Language
- I Love Ruby
-
Ruby 3.3's YJIT: Faster While Using Less Memory
Obviously as an interpreted language, it's never going to be as fast as something like C, Rust, or Go. Traditionally the ruby maintainers have not designed or optimized for pure speed, but that is changing, and the language is definitely faster these days compared to a decade ago.
If you like the ruby syntax/language but want the speed of a compiled language, it's also worth checking out Crystal[^1]. It's mostly ruby-like in syntax, style, and developer ergonomics.[^2] Although it's an entirely different language. Also a tiny community.
[1]: https://crystal-lang.org/
-
What languages are useful for contribution to the GNOME project.
Crystal is a nice language that's not only simple to read and write but performs very well too. And the documentation is amazing as well.
mint-lang
- The Sage Compiler, Operating System, and Web-Demonstration
- Mint – language created for writing single-page applications
- The New Wave of Programming Languages: Pony, Zig, Crystal, Vlang, & Julia
-
Crystal Lang and frameworks?
custom DSL for back+front end > Mint Language (https://mint-lang.com/)
-
Incremental compilation for Crystal - Part 2
Mint
-
SVGs as Elm Code
Nope, because anyone forking would have to come up with new name and run their own community.
If you are building an SPA then there is always Mint[1] (it's an Elm like language).
[1]: https://github.com/mint-lang/mint
- crystal-web-framework-stars
-
Create Github Pages in the mint language
See: https://github.com/mint-lang/mint/discussions/543
-
My Elm Experience
I was also sucked into Elm in 2015]/2016 and found it great in some ways but broken in others. If I were to start a new project and wanted that kind of front-end, I'd use Mint: https://www.mint-lang.com/
-
How to build desktop apps with Tauri and Mint
I've recently launched DevBox, a desktop application full of developer utilities. I am building it with Tauri and Mint 🚀 and in this post, I'll show you how!
What are some alternatives?
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
charly - 🐈 The Charly Programming Language | Written by @KCreate
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).
cppize - Crystal-to-C++ transpiler [WIP]
go - The Go programming language
crisp - Lisp dialect implemented with Crystal
Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications
zir - Realizes to write macros in any scripts into any languages.
Odin - Odin Programming Language
onix - The Onyx Programming Language
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
NuummiteOS - An OS kernel written in Crystal.