lofn VS rtg-math

Compare lofn vs rtg-math and see what are their differences.

lofn

Web framework for Hunchentoot (by lokedhs)

rtg-math

common lisp library providing common math functions used in games (by cbaggers)
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
lofn rtg-math
1 3
13 51
- -
0.0 0.0
over 6 years ago over 4 years ago
Common Lisp Common Lisp
- BSD 2-clause "Simplified" 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.

lofn

Posts with mentions or reviews of lofn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-29.
  • SBCL: New in Version 2.1.0
    9 projects | news.ycombinator.com | 29 Dec 2020
    I wrote a templating library that was used for a Slack close we developed a number of years back.

    It parses the HTML with embedded code, and generates a Lisp function which is compiled on the fly thanks to Lisp giving runtime access to the compiler. Whenever the source file is changed, the code is regenerated and compiled.

    Other languages do the same, but in those cases they have to generate source code and call the compiler as an external program, and then load the generated code into the running program using dynamic linking. The Lisp approach is much more efficient.

    Thanks to the quality of SBCL, the templates execute with native performance, which is something very few other solutions do.

    The project is unfortunately not documented, but the code is available here: https://github.com/lokedhs/lofn

rtg-math

Posts with mentions or reviews of rtg-math. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-06.

What are some alternatives?

When comparing lofn and rtg-math you can also consider the following projects:

handlebars-helpers - 188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.

lisp-matrix - A matrix package for common lisp building on work by Mark Hoemmen, Evan Monroig, Tamas Papp and Rif.

numcl - Numpy clone in Common Lisp

vellum - Data Frames for Common Lisp

april - The APL programming language (a subset thereof) compiling to Common Lisp.

mgl - Common Lisp machine learning library.

magicl - Matrix Algebra proGrams In Common Lisp.

polisher - Infix notation to S-expression (Polish notation) translator for Common Lisp

Petalisp - Elegant High Performance Computing

physical-quantities - A common lisp library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation.

cl-graph - Common Lisp library for manipulating graphs and running graph algorithms

cepl - Code Evaluate Play Loop