os-lib
OS-Lib is a simple, flexible, high-performance Scala interface to common OS filesystem and subprocess APIs (by com-lihaoyi)
Eso
A (mostly) purely functional console-based esoteric language interpreter. (by Dash-Lambda)
Our great sponsors
os-lib | Eso | |
---|---|---|
1 | 1 | |
510 | 10 | |
2.5% | - | |
5.1 | 0.0 | |
14 days ago | 7 months ago | |
Scala | Brainfuck | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
os-lib
Posts with mentions or reviews of os-lib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-20.
-
What learning path did you follow into Scala?
In particular, the ammonite REPL and os-lib are absolutely ace.
Eso
Posts with mentions or reviews of Eso.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-20.
-
What learning path did you follow into Scala?
I was interested in the mixed functional style you could do with Scala, so I decided to make a polyglot esoteric language interpreter where I wrote all the backend stuff functionally. It turned into one of my biggest projects.