Crystal – A Ruby-esque programing language
Present and Absent
As with any new technology, a new programming language has to demonstrate, by way of practical examples and genuine projects, that it adds the value promise. To this end, pages on GitHub collect programming examples [11]; "awesome Crystal libraries, tools, frameworks, and software" [12], including web frameworks (e.g., Kemal, Moonshine, Amatista, and Amethyst), database connectors (e.g., MySQL, Postgres, MongoDB, and SQLite3), editor plugins (Atom, Emacs, Vim, Sublime), and more; and gems like Hoop [13], which generates native OS X applications.
As of this writing, Crystal only uses one thread to execute programs, but the developers have promised improvements in the near future. Crystal will also be given simple primitives for handling multiple threads that manage parallel processes with the help of SELECT
, WAIT
, and GROUP
.
The current version of Crystal also lacks support for the LLDB [14] debugger included in the LLVM project, which supports simple code debugging at the command line.
Conclusions
After three years of development, Crystal has not yet reached version 1.0; right now, the documentation mainly originates from the developers themselves. Crystal also lacks the major league projects needed to steer people willing to make the change. Pure speed is not top priority for all projects. If you want to develop fast and robust back ends with a Ruby-style syntax, you are more likely to go for Elixir [15]. JRuby is used when corresponding Java libraries are called for, and languages like Apple's Swift [16] are more likely to assert themselves for mobile devices.
Right now, the developers at Manas are using crowdsourcing [17] to gather funds for the further development of Crystal that would let them finish some of the current construction sites. In future, Crystal might prove to be an interesting alternative to programming in C and C++, especially when the need arises to port existing and critical code to embedded platforms for the Internet of Things.
Infos
- Crystal: http://crystal-lang.org
- Manas: http://manas.com.ar
- Crystal source code: https://github.com/manastech/crystal
- Crystal language documentation: http://crystal-lang.org/docs/
- Crystal playground: https://play.crystal-lang.org
- Required libraries: https://github.com/manastech/crystal/wiki/All-required-libraries
- LLVM: http://llvm.org
- Clang: http://clang.llvm.org
- Programming Ruby: https://pragprog.com/book/ruby4/programming-ruby-1-9-2-0
- Matmul – matrix multiplication: https://github.com/manastech/crystal/blob/master/samples/matmul.cr
- Crystal examples: https://github.com/askn/crystal-by-example
- Awesome Crystal: https://github.com/veelenga/awesome-crystal
- Hoop: https://github.com/hoopcr/hoop
- LLDB debugger: http://lldb.llvm.org
- "Functional Programming with Elixer" by Andreas Möller, Linux Pro Magazine, issue 181, December 2015, pg. 62, http://www.linuxpromagazine.com/Issues/2015/181/Elixir-1.0
- Swift: https://developer.apple.com/swift/
- Fundraiser: https://bountysource.com/teams/crystal-lang/fundraisers/702-crystal-language
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.