|
You are here |
pling.jondgoodwin.com | ||
| | | | |
thume.ca
|
|
| | | | | ||
| | | | |
bytecodealliance.org
|
|
| | | | | Continuing the tradition of a year-end progress report from last year, we are excited to report that this year has also been quite a productive one for the Cranelift project! Cranelift is our optimizing compiler backend that provides the... | |
| | | | |
www.craftinginterpreters.com
|
|
| | | | | ||
| | | | |
connorberry.com
|
|
| | | Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);... | ||