Hacker News new | ask | show | jobs
by kiba 709 days ago
You already have programming knowledge that you can use to leverage toward that task. For a complete beginner, such a project might be a non-starter.

Like, once you learn a programming language, you already know the syntax for 90% of all languages.

1 comments

Here's a collage of some of my favourite bits. (I've inlined some functions, but this is nearly as readable as the actual code.)

  open Option Parse Scan;
  (maybe embedded --| minus -- name >> (fn arg => ((if ! testing then #2 arg |> Output.writeln else (); #1 #> curry getOpt) arg (implode [])))) -- command_name "supply" >> (op ^)
What does this say?