Viewing profile — corruptmemory
corruptmemory
HN member- Joined
- Mon, Jun 13, 2011, 1:04 AM UTC
- HN karma
- 18
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About corruptmemory
Recent public activity
-
comment
Comment #2661436
I would say that it's another way for the government to capitalize on capitalist activity.
-
comment
Comment #2651621
To reiterate a point implied by other commenters: macro-expansion is a compile-time operation. If the language utilizes a typing system to help promote sound programming then the r…
-
comment
Comment #2651597
Typed Racket is a marvelous wonder. Sadly, it is simply not appreciated enough for what it is: an utter triumph of Lisp over all challengers. ;-)
-
comment
Comment #2651585
Re: Template-Haskell - sadly not enough. I have used it to generate N-tuple-generalizations of functions in toys. I simply don't get enough time to hack around in Haskell. As far a…
-
comment
Comment #2647886
Nemerle already does it: http://nemerle.org/macros.html , so does Template Haskell: http://www.haskell.org/haskellwiki/Template_Haskell
-
comment
Comment #2647871
Interesting. This is a common perception but not an easily justified one. A macro-system a-la Lisp (or Nemerle) could easily replace compiler plugins, and there is an active compil…
-
comment
Comment #2647797
It was a mistake. A better effort would have been to implement a first-class Macro system a-la Lisp. You can see here that Nemerle supports macros and makes dealing with XML like r…
-
comment
Comment #2647796
There are several decent Scala-esque alternatives to the built-in XML support (with has many things broken about it). For instance: Anti-XML http://anti-xml.org/ and Scala-Scales: …
-
comment
Comment #2647792
Agreed. Macros and reader macros ;-)