Viewing profile — foobarbaz1234
foobarbaz1234
HN member- Joined
- Tue, Oct 21, 2014, 9:47 AM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About foobarbaz1234
No profile information was provided.
Recent public activity
-
comment
Comment #8877450
The traditional theories about parsing and their implementations in tools like yacc, lex, antlr, etc. are not that important in practice. I also used them in some university course…
-
comment
Comment #8748474
Only accessible in the UK ... :/
-
comment
Comment #8692909
Keep also in mind, that it is ultra-fast ( http://www.techempower.com/benchmarks/#section=data-r9&hw=pe... ).
-
comment
Comment #8657595
Yes, there are always too many ideas to explore and too less time. However if you want to look into a static typed functional language I would go with Haskell as it tries harder to…
-
comment
Comment #8538145
> It has no syntax (of its own) in that it hijacks s-expression syntax instead. When you want to write Lisp code, you actually write some data structures in the s-expression data f…
-
comment
Comment #8535757
I am a fan of Scheme but never got that statement. Why do people say Scheme/Lisp has no syntax? I mean clearly it has a _simple_ syntax, i.e. an expression is either an atom (an id…
-
comment
Comment #8486652
I am not so sure with that. Say, your program is used in a shell script and is invoked badly - you might want to print its usage then. If you exit normally your shell script might …