hellerve
if i unfollowed or unstarred you recently, that’s because my homefeed got spammy. sorry about that, y’all!
@feenkcomErlangen
Pinned Repositories
Carp
A statically typed lisp, without a GC, for real-time applications.
gtoolkit
Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
carp-vim
A Vim plugin for Carp
cspfuck
Brainfuck with Actors
e
A dead simple editor
hawkweed
Yet another implementation of missing functions for Python
microml
A minimal ML, type-inferred, compiled, and/or interpreted in less than 750 lines
programming-talks
Awesome & interesting talks about programming
ptolemy
My reading list
sbcli
A REPL for my SBCL needs
hellerve's Repositories
hellerve/e
A dead simple editor
hellerve/cspfuck
Brainfuck with Actors
hellerve/microml
A minimal ML, type-inferred, compiled, and/or interpreted in less than 750 lines
hellerve/cj
[WIP] A simple x86 JIT framework for C
hellerve/clox
My take on Crafting Interpreters
hellerve/render
Rendering experiments in Carp
hellerve/invoicing
A homegrown invoicing system very similar to the one I use
hellerve/remind.py
A personal reminder tool
hellerve/gt.carp
A gt wrapper for Carp (greenthreads, yay!)
hellerve/rot26
A state-of-the-art crypto algorithm in Carp
hellerve/a_bad_idea
Code for my Lightning Talk at EuroPython2016 (the one I didn’t give)
hellerve/braincarp
A Brainfuck interpreter in Carp
hellerve/eventually-consistent-partying
hellerve/lolcarp
A Lolcat implementation in Carp
hellerve/queue.carp
[WIP] A simple Queue type for Carp
hellerve/shipping
A solution to Kevin’s shipping puzzle
hellerve/base64-utf8
An adapter for the Base64 and UTF8, and showcase
hellerve/Bloc
Low-level UI infrastructure & framework for Pharo
hellerve/carp-talks
A collection of talks I’ve given or will be giving on Carp
hellerve/cli
A composable CLI library for zepto
hellerve/eval.carp
[WIP] A compile-time Lisp evaluator for Carp
hellerve/game-of-life
An implementation of the Game of Life in Carp, using anima.carp
hellerve/influxdb_exporter
A server that accepts InfluxDB metrics via the HTTP API and exports them via HTTP for Prometheus consumption
hellerve/levenshtein
An implementation of the Levenshtein edit distance in Carp
hellerve/dbc
A toy design-by-contract system for zepto
hellerve/html5hacker
Hacker typer clone in HTML5
hellerve/linguist
Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
hellerve/netbox_example_plugin
An example plugin for Netbox
hellerve/optika
Optics library for JavaScript
hellerve/write-a-hash-table
✏️ Learn how to write a hash table in C