Explore >> Select a destination


You are here

pling.jondgoodwin.com
| | thume.ca
13.4 parsecs away

Travel
| |
| | bytecodealliance.org
13.4 parsecs away

Travel
| | 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
13.8 parsecs away

Travel
| |
| | connorberry.com
56.9 parsecs away

Travel
| 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);...