awesome-v
meander
Our great sponsors
awesome-v | meander | |
---|---|---|
3 | 11 | |
1,554 | 843 | |
6.1% | - | |
6.0 | 3.2 | |
8 days ago | 2 months ago | |
Clojure | ||
Creative Commons Zero v1.0 Universal | MIT 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.
awesome-v
-
What Makes the Zig Programming Language Unique?
> TIOBE's data is so botched...
Stop deluding yourself. If we take out TIOBE, and use the IEEE's Top Programming Languages of 2022, D is still recognized (even higher than the 30s) while Zig, Nim, or Crystal do not even make their chart. That's the reality.
> Vlang...
To begin with, you are a known troll (with possibly multiple troll accounts at HN) that has spent over an year engaging in slander and lies about the language almost any time it's mentioned.
Looks like you are the creator or involved with some other language that can't get as much support or popularity. It would be advisable for you to stop being obsessed with Vlang. How many years of your life will you waste on such childish antics? You would be better off focusing on making your programming language better, if it's not already too late and its a failure.
As for pushing this bold face lie that the language is a "scam", that's both ludicrous and easily proven false. Vlang has many hundreds of code examples and projects. Easily found at: 1) Vlang examples on GitHub (vlang/V/tree/master/examples). 2) Vlang at Rosetta Code (https://rosettacode.org/wiki/Category:Vlang). 3) Awesome Vlang at GitHub (https://github.com/vlang/awesome-v).
The "scam" is you tricking yourself into thinking that your troll tactics are working. Instead, your continual defamation is making what you are even more obvious.
-
Good first project to learn Vlang
Where I totally agree with you is about how we can have different interpretations of what this involves. Thus, I kind of go with examples and projects. Awesome V on GitHub, would probably be a good place to find something, if a person wanted to get into some significant projects, but don't know how deep the OP wants to go.
-
Hello V-Lang
https://github.com/vlang/awesome-v
meander
- What Makes the Zig Programming Language Unique?
-
Working with large maps
It might be overkill but I saw that you use hashes and are probably trying to do pattern matching on objects; have you seen: meander?
-
Data transformation in Clojure
Meander is good at shape-rotating if that's what you're asking https://github.com/noprompt/meander/
- Elixir Protocols vs. Clojure Multimethods
-
What are some great Clojure libraries, as of 2021?
I would mention meander for pattern matching and term rewriting https://github.com/noprompt/meander
-
How do I walk a complex map and remove keys based on a schema ?
meander might be worth a look.
-
Just came across specter... mind blown!
You might find meander interesting as well.
-
Parsing Clojure DSLs
Another way to go is with term rewriting libraries like meander. I suspect you could define your parsing rules there and let the engine transform it for you. They have an html hiccup demo.
What are some alternatives?
specter - Clojure(Script)'s missing piece
malli - High-performance Data-Driven Data Specification Library for Clojure/Script.
stack - My stack for new products.
clojerl - Clojure for the Erlang VM (unofficial)
core.match
nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir
xforms - Extra transducers and reducing fns for Clojure(script)
clojure-graph-resources - A curated list of Clojure resources for dealing with graph-like data.
protocol_ex - Elixir Extended Protocol
transit-format - A data interchange format.
defun - A macro to define clojure functions with parameter pattern matching just like erlang or elixir.
clojure-dsl-resources - A curated list of Clojure resources for dealing with domain-specific languages.