Iota VS ergolib

Compare Iota vs ergolib and see what are their differences.

Iota

LLVM to Common Lisp transpiler. (by froggey)

ergolib

A library designed to make programming in Common Lisp easier (by rongarret)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Iota ergolib
4 6
254 140
- -
0.0 0.0
5 months ago almost 3 years ago
C Common Lisp
- -
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.

Iota

Posts with mentions or reviews of Iota. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-28.
  • Lisping at JPL Revisited
    8 projects | news.ycombinator.com | 28 Jan 2023
    > but what sub-languages are we talking about? I only see a library with helper functions and macros. That's Common Lisp, not a derivative.

    If your language is a DSL factory, the line between your language and DSLs naturally blurs. If https://github.com/y2q-actionman/with-c-syntax exists, does it mean that C is a DSL of Common Lisp, given a good enough standard library? If https://github.com/calyau/maxima exists, does it mean that Maxima is just Common Lisp with more maths? If https://github.com/Shen-Language/shen-cl and https://github.com/coalton-lang/coalton/ exist, does it mean that Shen and Coalton are just a fancy way of writing Common Lisp in an immutable way? If https://github.com/froggey/Iota exists and we can play sdlquake on Mezzano, does it mean that LLVM-IR is a dialect of Common Lisp?

    The above series of questions is not meant to be fully credible - it's meant to be food for thought.

  • LLVM to Common Lisp Transpiler
    1 project | news.ycombinator.com | 3 Aug 2022
  • Why Static Languages Suffer From Complexity
    7 projects | /r/ProgrammingLanguages | 19 Jan 2022
    C++, ~haskell, python, mathematica... capisce? :)

ergolib

Posts with mentions or reviews of ergolib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-06.
  • Lisp in Space
    5 projects | news.ycombinator.com | 6 Aug 2023
    I have a macro in my personal library called BINDING-BLOCK that eliminates many though not all of the parens in common code idioms:

    https://github.com/rongarret/ergolib/blob/master/core/bindin...

    But like many of the sibling comments say, if you think getting rid of the parens entirely is desirable then you have missed the point, which is that Lisp code is not text, it's a data structure, a linked list, and the best way of serializing a linked list is with delimiters a the start and end, like so:

    (1 2 3)

  • Lisping at JPL Revisited
    8 projects | news.ycombinator.com | 28 Jan 2023
    I believe the OP's ergolib provides an example. From https://github.com/rongarret/ergolib/blob/master/core/bindin..., the examples show code like:

    ;;; (bb

  • Did anyone use Lisp in their home computers during the early PC revolution of the late 70s/early 80s (Apple, C64, etc.)? What was that experience like?
    3 projects | /r/lisp | 16 Oct 2022
    Yes. It was awesome. I used P-Lisp on an Apple II in the late 70s and it pretty much laid the foundation for my whole career. In the 80s I did my compiler class assignments in Lisp while everyone else was using Pascal or C. I got my assignments done in an hour while everyone else took days. I still got an A. I did my masters and Ph.D. thesis work using Coral Common Lisp (now Clozure Common Lisp) first on a Mac Plus, then a Mac II, then a Quadra. Nowadays I run CCL on an MBP. I still use some of the library code I wrote back in the 90s.
  • Eliminating Format from Lisp (2003)
    1 project | news.ycombinator.com | 11 Oct 2022
    to get a list of primes under 100.

    See https://github.com/rongarret/ergolib for an implementation of WITH-COLLECTOR and lots of other constructs that are IMHO the Right Way to write code.

  • Common Lisp Resources
    8 projects | news.ycombinator.com | 22 Apr 2022
    Any code modification is a potential security issue. There is nothing special about dynamic class redefinition in this regard.

    I use it for deployment. I can deploy new code without having to take my application down. In fact, not only do all my existing instances get updated, but I also use an ORM [1] that automatically updates my database tables too.

    [1] https://github.com/rongarret/ergolib/blob/master/layer1/sql....

  • How do you use Lisp at work?
    7 projects | /r/lisp | 23 Jul 2021

What are some alternatives?

When comparing Iota and ergolib you can also consider the following projects:

ChezScheme - Chez Scheme

quilc - The optimizing Quil compiler.

shen-cl - Shen for Common Lisp (Unmaintained)

weblog - a weblog

learning-lisp

opendylan - Open Dylan compiler and IDE

maxima - Computer Algebra System written in Common Lisp (GPL CAS based on DOE-MACSYMA)

PC-LISP - Franz Lisp dialect Lisp system

with-c-syntax - C language syntax in Common Lisp

screenshotbot-oss - A Screenshot Testing service to tie with your existing Android, iOS and Web screenshot tests

Graal - GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

AI-Feynman