Our great sponsors
opendylan | dale | |
---|---|---|
7 | 5 | |
409 | 995 | |
2.0% | - | |
5.0 | 2.1 | |
4 days ago | about 2 months ago | |
Dylan | C++ | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" 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.
opendylan
Posts with mentions or reviews of opendylan.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
-
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
dale
Posts with mentions or reviews of dale.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-01.
-
Is there a language with lisp syntax but C semantics?
There's Dale, Extempore (more particularly, XTlang which is the statically-typed part of Extempore), Carp, and one more that I can't remember right now that basically maps to C++, more-or-less directly.
-
What Makes Lisp Unique?
>However, there are LISP flavored versions of C
For anyone interested the example given is from https://github.com/tomhrr/dale
-
Useful lesser-used languages?
Dale: Basically C, but using Lisp syntax, support for macros, which might segfault, not beginner friendly at all.
-
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. :)
-
Best Lisp/scheme for OSDev?
Dale
What are some alternatives?
When comparing opendylan and dale you can also consider the following projects:
lux - The Lux Programming Language
femtolisp - a lightweight, robust, scheme-like lisp implementation
WordIDE - A tool that helps you write code in your favorite IDE: your word processor!
swift - The Swift Programming Language
Carp - A statically typed lisp, without a GC, for real-time applications.