Owl Lisp – A functional Scheme for world domination

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • owl

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Pfm

    Performant, persistent and concurrent dictionary for C# / .NET

    I implemented an academic paper (join tree) in C# here https://github.com/zvrba/Pfm

    It provides the opposite: a mutable CoW data structure that is extremely cheap to "fork" so that all subsequent updates occur only on the new "fork" and are invisible to the old "fork".

  • ol

    Otus Lisp (Ol in short) is a purely* functional dialect of Lisp.

  • radamsa

    For additional context (I think some was lost on a bug tracker migration), he's the author of https://gitlab.com/akihe/radamsa, a fuzzer implemented in owl, that was quite popular finding vulns in the chrome codebase some time ago...

    I just found out there's a rust port: https://github.com/microsoft/rusty-radamsa

  • rusty-radamsa

    Radamsa fuzzer ported to rust lang

    For additional context (I think some was lost on a bug tracker migration), he's the author of https://gitlab.com/akihe/radamsa, a fuzzer implemented in owl, that was quite popular finding vulns in the chrome codebase some time ago...

    I just found out there's a rust port: https://github.com/microsoft/rusty-radamsa

  • CPython

    The Python programming language

    Python also detects this situation (at runtime using refcounts) and does in-place mutations where possible https://github.com/python/cpython/blob/a2ee89968299fc4f0da4b...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Otus Lisp – R7RS Scheme in C – Tiny(64KB) functional embeddable cross-platform

    1 project | news.ycombinator.com | 4 Oct 2022
  • Otus Lisp

    1 project | news.ycombinator.com | 18 May 2022
  • A newcomer (and perhaps naive) question on Scheme implementations

    2 projects | /r/scheme | 5 Jun 2022
  • A Lisp Interpreter Implemented in Conway's Game of Life

    3 projects | news.ycombinator.com | 23 Dec 2021
  • Make a New Programming Language

    14 projects | news.ycombinator.com | 13 Aug 2024