Skip to content
View ArunGant8's full-sized avatar
Block or Report

Block or report ArunGant8

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. clox clox Public

    Lox interpreter written in C, from the book 'Crafting Interpreters'

    C

  2. jlox jlox Public

    Lox interpreter written in Java, from the book 'Crafting Interpreters'

    Java

  3. build-a-lisp build-a-lisp Public

    C

  4. z3-progs z3-progs Public

    SMT

  5. tinylisp tinylisp Public

    Forked from Robert-van-Engelen/tinylisp

    Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.

    C

  6. lisp-cheney lisp-cheney Public

    Forked from Robert-van-Engelen/lisp-cheney

    A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail…

    C