ekg-carbon
infernu
ekg-carbon | infernu | |
---|---|---|
- | 2 | |
6 | 338 | |
- | - | |
0.0 | 0.0 | |
almost 6 years ago | almost 6 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v2.0 only |
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.
ekg-carbon
We haven't tracked posts mentioning ekg-carbon yet.
Tracking mentions began in Dec 2020.
infernu
-
The TypeScript Experience
Or maybe a sound type system can only be achieved either by limiting JavaScript or with a different language that compiles to JavaScript?
-
Features of a dream programming language: 2nd draft.
Very constrained. Since "constraints liberate, liberties constrain", as Bjarnason said. Inspired by Golang's minimalism, and Elm's guardrails. For learnability and maintainability. Since discipline doesn't scale (obligatory xkcd: with too much power, and the wrong nudges, all it takes is a moment of laziness/crunch-time to corrupt a strong foundation), and a complex language affords nerd-sniping kinds of puzzles, and bikeshedding and idiomatic analysis-paralysis. Counter-inspired by Haskell. The virtue of functional programming is that it subtracts features that are too-powerful/footguns (compared to OOP), namely: mutation & side-effects. The language designers should take care of and standardize all the idiomacy (natural modes of expression in the language). "Inside every big ugly language there is a small beautiful language trying to come out." -- sinelaw. The language should assume the developer is an unexperienced, lazy, (immediately) forgetful, and habitual creature. As long as software development is done by mere humans. This assumption sets the bar (the worst case), and is a good principle for DX, as well as UX. The constrained nature of the language should allow for quick learning and proficiency. Complexity should lie in the system and domain, not the language. When the language restricts what can be done, it's easier to understand what was done (a smaller space of possibilities reduces ambiguity and increases predictability, which gives speed for everyone, at a small initial learning cost). The language should avoid Pit of Despair programming, and leave the programmer in the Pit of Success: where its rules encourage you to write correct code in the first place. Inspired by Eric Lippert, but also by Rust.
What are some alternatives?
elm-repl
ascii-art-to-unicode - Small program to convert ASCII box art to Unicode box drawings.
hascard - flashcard TUI with markdown cards
hackertyper - "Hack" like a programmer in movies and games! Inspired by hackertyper.net
gotta-go-fast - A command line utility for practicing typing and measuring your WPM and accuracy.
pushbullet - Simple pushbullet api in Haskell
argon2 - Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function
gravatar - Compute gravatar urls for email addresses
quokka - Repository for Quokka.js questions and issues
type-int - Type level 2's and 16's complement arithmetic (old)
aeson-serialize - Functions for serializing a type that is an instance of ToJSON