Explore >> Select a destination


You are here

grainheap.wordpress.com
| | microsoft.github.io
8.0 parsecs away

Travel
| | If you are missing a server please create a pull request in GitHub against this markdown document
| | connorberry.com
7.2 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);...
| | trendless.tech
11.2 parsecs away

Travel
| | This is a comparison of programming languages. The thrust of it is to give an approximation of the strengths and weaknesses of that language compared to other programming languages. It's worth noting that each "lang" has its "use case", so none of them are technically "bad", though many of them are awkward for doing specific [...]Read More... from Programming Languages, Anecdotally
| | alexgaynor.net
30.0 parsecs away

Travel
| [AI summary] The author discusses the advantages of the Rust programming language, particularly its tooling and package management system, Cargo, which simplifies development, testing, and deployment compared to other languages.