DreamBerd
roc
| DreamBerd | roc | |
|---|---|---|
| 1 | 28 | |
| 11,818 | 5,697 | |
| - | 1.9% | |
| - | 10.0 | |
| over 1 year ago | 7 days ago | |
| Zig | ||
| GNU General Public License v3.0 or later | Universal Permissive License v1.0 |
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.
DreamBerd
-
GulfOfMexico: Perfect Programming Language
A rebranding on DreamBerd, discussion in 2023 (736 points, 211 comments) https://news.ycombinator.com/item?id=36183683
https://github.com/TodePond/DreamBerd -> https://github.com/TodePond/GulfOfMexico
roc
-
My Software North Star
> In the near term, Bun choosing to switch from Zig to Rust specifically to fix all the memory errors seems to have done the Zig community some psychological damage.
Meanwhile, some projects are doing the opposite, like going from Rust to Zig, here's an example from a podcast I recently listened to: https://www.youtube.com/watch?v=XSXGf3oN2yU
Here's the project in question: https://github.com/roc-lang/roc
I think Bun just got a lot of visibility because of the speed and scope of the migration, which both shook things up and I guess was good PR cause that made a lot of headlines.
-
Roc Has a Free API: The Fast Functional Language Designed for App Developers
# Download (nightly) curl -sSfL https://github.com/roc-lang/roc/releases/latest/download/roc_nightly-linux_x86_64-latest.tar.gz | tar xz # Or build from source git clone https://github.com/roc-lang/roc.git cd roc && cargo build --release
-
Zig; what I think after months of using it
See also: https://github.com/roc-lang/roc/blob/main/www/content/faq.md...
Zig is not entirely unsafe. It provides quite a few compile time checks and primitives to catch memory leaks or prevent them altogether.
-
Functional programming languages should be better at mutation than they are
For those following along https://github.com/roc-lang/roc
https://github.com/multikitty/New-Programming-Languages-Show...
-
Gren 0.4: New Foundations
I don't see how to make Single Page Apps, or really anything client side in Roc. I'm quite frustrated by https://github.com/roc-lang/roc/blob/main/roc-for-elm-progra... which doesn't answer this which is the first question imo.
- Roc a fast, friendly, functional language
-
Roc – A fast, friendly, functional language
Their FAQ is an eminently reasonable breakdown of their choices:
https://github.com/roc-lang/roc/blob/main/FAQ.md
I don't fully agree with all of the reasoning, but it's a reasonable position to stake.
-
DreamBerd is a perfect programming language
If you forget what parametrisation and functions are, then Roc's modules look like they actually do that.
-
What If? Driven Development
Reminds me of: https://github.com/roc-lang/roc/blob/main/FAQ.md#why-doesnt-...
-
Current Issues with the Qt Project – From the Outside Looking In
> How would a user interface written in a functional language look?
Maybe you're not aware of Elm?
https://elm-lang.org
Elm is really functional, unlike the likes of React that are just partially, kind of functional.
There's an attempt at bringing Elm to the desktop, the Roc language... here's an UI example written in Roc:
https://github.com/roc-lang/roc/blob/main/examples/gui/hello...
What are some alternatives?
NyarchLinux - Nyarch Linux is a Linux distribution made for weebs, based on ArchLinux and EzArcher.
lean4 - Lean 4 programming language and theorem prover
GulfOfMexico - perfect programming language
Vizio_SmartCast_API - API documentation for Vizio SmartCast TV's
purescript-cookbook - An unofficial Cookbook for PureScript