|
You are here |
scalatutorials.com | ||
| | | | |
alexn.org
|
|
| | | | | ||
| | | | |
juandebravo.com
|
|
| | | | | Juan de Bravo - Personal thoughts about technology (@juandebravo) | |
| | | | |
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. | |
| | | | |
surma.dev
|
|
| | | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy. | ||