/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

esoteric.sange.fi
| | copy.sh
2.6 parsecs away

Travel
| | A Brainfuck editor & optimizing interpreter, written in JavaScript. It's pretty fast.
| | wsmz.gay
23.8 parsecs away

Travel
| | [AI summary] A curated list of software tools and resources covering media servers, privacy utilities, programming interpreters, and emulation projects.
| | korz.dev
18.9 parsecs away

Travel
| | This is a small interpreter for BF I wrote about a month ago. Nothing new, but I thought I might share it anyway. A small usage example: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 package de.niklaskorz.brainfuck class Interpreter { var offset = 0 var data = new Array[Char](30000) var loopStart = new scala.collection.mutable.Stack[Int] def eval(source: String) { var i = 0 while (i < source.
| | thebreakfastpost.com
34.8 parsecs away

Travel
| In a bid to expand my programming brain by learning something about "dependent types", I recently bought the Idris book. (Idris is a pure functional programming language that is mostly known for supporting dependent types. Not knowing what that really meant, and seeing that this recently-published book written by the author of the language was...