|
You are here |
cfallin.org | ||
| | | | |
v8.dev
|
|
| | | | | V8's newest compiler, Maglev, improves performance while reducing power consumption | |
| | | | |
healeycodes.com
|
|
| | | | | Making my programming language 4000x quicker, and adding a static type checker. | |
| | | | |
jamey.thesharps.us
|
|
| | | | | I've been thinking about something for a while now, and promised a yearago in myOptimalOptimizationpost that I would write it up. | |
| | | | |
danangell.com
|
|
| | | What is BrainFuck? BrainFuck is an esoteric programming language designed specifically to be easy to compile. The environment provides the programmer with an "infinite" array of bytes (traditionally just 30,000) and a data pointer. There are only 8 single character commands: | ||