/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

bloeys.com
| | chipnetics.com
3.2 parsecs away

Travel
| | The most underrated programming language that nobody is talking about. Created in 1994, Pike is an interpreted high level language with syntax similar to C with batteries included!
| | healeycodes.com
2.1 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | blog.libove.org
1.5 parsecs away

Travel
| | [AI summary] The author describes the creation of a programming language called Chromahack, which interprets strings as programs to generate visual art inspired by hacker aesthetics, with implementation details and future plans for animation and genetic algorithm-based program generation.
| | andreabergia.com
19.0 parsecs away

Travel
| I usually write parsers by starting from a grammar and either coding a lexer/parser by hand or relying on tools such as the fantastic Antlr. However, a friend recently introduced me to parser combinators, which I found to be very interesting and useful. It's not a recent idea, but it was new to me, and I have found it to be very interesting and useful.