opendylan
llvm-pretty-bc-parser
Our great sponsors
opendylan | llvm-pretty-bc-parser | |
---|---|---|
7 | 2 | |
409 | 47 | |
2.0% | - | |
5.0 | 1.7 | |
4 days ago | 5 days ago | |
Dylan | LLVM | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" 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.
opendylan
-
A language you feel the most productive with?
Carp, Lux and Dale are 3 I'm familiar with.There's also Dylan, though that one dropped its parentheses. But if we go by the brackets, technically, we can argue that any expression-based languages is a Lisp. I once wrote a Lisp to JS transpile whose output had more parens than the input. :)
-
CppCast: Julia
Julia is a Lisp in the same form as Dylan.
- LLVM Internals: The Bitcode Format
llvm-pretty-bc-parser
-
LLVM Internals: The Bitcode Format
It's actually interesting how many independent implementations of bitcode writers there, given that there are almost no independent bitcode readers (mine is very preliminary, and then there's one from Galois[1]).
I believe Swift also does their own serialization in LLVM's bitstream format[2]. I also saw an implementation of the writer in Swift, but now I've lost it.
[1]: https://github.com/GaloisInc/llvm-pretty-bc-parser
[2]: https://github.com/apple/swift/blob/main/docs/Serialization....
What are some alternatives?
llvm-hs - Haskell bindings for LLVM
llvm-general - Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
llvm - Haskell bindings to the LLVM compiler infrastructure project.
llvm-general-quote - Use QuasiQuotation with llvm-general
morloc - A typed, polyglot, functional language
dataflow - Render graphs using a declarative markup.
lux - The Lux Programming Language
flexible-defaults - Template Haskell system for implementing type classes with complex default-implementation rules
x86-64bit - Runtime code generation for x86 64 bit machine code
Bond - Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
sugarhaskell - Library-based Language Extensibility
haskell-generate - Type-safe library for generating haskell source code