|
You are here |
korz.dev | ||
| | | | |
copy.sh
|
|
| | | | | A Brainfuck editor & optimizing interpreter, written in JavaScript. It's pretty fast. | |
| | | | |
niklaskorz.de
|
|
| | | | | Dies ist ein kleiner Interpreter für BF, den ich vor einem Monat geschrieben habe. Nichts neuartiges, aber ich dachte mir, ich teile es trotzdem. Ein kleines Nutzungsbeispiel: 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. | |
| | | | |
codewithstyle.info
|
|
| | | | | Recently, after three years of focusing mainly on the .NET platform, I've changed jobs. My current company uses Scala for server-side programming in t | |
| | | | |
etodd.io
|
|
| | | Hey everyone, it's me again. I'm happy to report that Beta 2 turned out pretty well! We got a bit of publicity for the final release, and more importantly, some valuable feedback. It sounds like people had trouble with the browser plugin, so in addition to the browser-based game, I'm also going to release a stand-alone version with a self-contained installer. This also re-opens the possibility of LAN parties in the absence of an internet connection. | ||