netfarm VS ergolib

Compare netfarm vs ergolib and see what are their differences.

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
netfarm ergolib
8 6
- 140
- -
- 0.0
- almost 3 years ago
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.

netfarm

Posts with mentions or reviews of netfarm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-23.
  • SBCL, QuickLisp and Jenkins
    1 project | /r/lisp | 14 Mar 2022
    /u/read-eval-print-loop and I wrote GitLab CI testing configs, though I don't know how much relates to Jenkins. The general recipe is that one starts with an environment with SBCL (and Clozure and any other implementations you want to test on), clones in extra libraries if necessary, and then loads a short file which then loads the test suite, runs it, and exits with an appropriate status code, which the CI (presumably Jenkins too?) uses to produce a status to report.
  • [Question] Capitalism Made Me a Programmer; Need an Exit Strategy
    2 projects | /r/socialistprogrammers | 23 Oct 2021
    Tests for the Netfarm suite and Minecraft mostly.
  • Can you guarantee that a function has no bugs?
    1 project | /r/programming | 18 Aug 2021
    I threw TLA+ at a few fine-grained locking algorithms I wrote. Here is one such model. The actual implementation is more complex than the model, in particular because the real implementation of this code handles multiple concurrent resource requests, but they are "independent" enough that I can probably just prove a model with just one resource; and, as Lamport said once, the model code doesn't have to be particuarly well optimized, whereas if you are breaking locks, you probably have substantially optimized already.
  • How do you use Lisp at work?
    7 projects | /r/lisp | 23 Jul 2021
    I work on a metacircular Common Lisp implementation, which makes for a very boring answer. In the next closest thing to a job, I use CL for just about the whole network stack, so really anything would be suitable. But I wouldn't dare throwing a new language into a workplace, and I am not sure how much they would appreciate it.
  • Does everyone here manually specify the entire project's dependency tree in .asd files?
    6 projects | /r/Common_Lisp | 5 Apr 2021
    One very niche "counter-example" is a system where loading files causes side effects, which must occur in some order. This happens in the Netfarm object system implementation, where most of the bootstrapping steps occur in an early system definition and a late system definition. In this case it is not enough to compute the dependency tree; it is necessary to pick a very specific ordering for things to not break.
  • How do you use utilities?
    1 project | /r/lisp | 25 Mar 2021
    Alexandria, yes, anaphora, not anymore. I do have a fairly large utility package for decentralise2, but it mainly handles concurrency and debugging things.
  • We can build a fast Internet island of our own, while the rest of the Internet slows and dies.
    1 project | /r/programmingcirclejerk | 9 Mar 2021
    If it's not distributed under the Cooperative Software License, I don't want it dirtying up my CPU.
  • Dendrobatinæ considered harmful (v0.1.0)
    1 project | /r/nettle | 30 Dec 2020

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 netfarm and ergolib you can also consider the following projects:

weblog - a weblog

quilc - The optimizing Quil compiler.

Second-Climacs - Version 2 of the Climacs text editor.

qvm - The high-performance and featureful Quil simulator.

opendylan - Open Dylan compiler and IDE

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

PC-LISP - Franz Lisp dialect Lisp system

typhoon - distributed system stress and load testing tool

doc - Flexible documentation generator for Common Lisp projects.

AI-Feynman