Viewing profile — igneous4
igneous4
HN member- Joined
- Sun, Feb 13, 2011, 9:56 PM UTC
- HN karma
- 15
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About igneous4
No profile information was provided.
Recent public activity
-
comment
Comment #2301014
Bazaar is conspicuously missing. My guess is that "other" is mostly Bazaar. Aside: would've been neat to see a "version control by OS" pie chart for GNU/Linux.
-
story
Ask HN: Definition of "startup"? Business entity required?
Does creating a "startup" entail creating a real business entity (such as an LLC), including tax id number, special bank account, and so forth? Or does simply putting an interestin…
-
comment
Comment #2265106
Racket and Common Lisp seem way more difficult than Python. I learned Python in a very short amount of time, and it was very easy (it's just functions, classes, C-like syntax, and …
-
comment
Comment #2264978
> in such a way that you can apply it to any language After working through some of SICP, would you recommend then using Scheme for practical projects?
-
comment
Comment #2239811
Pandoc lets you write in a slightly (and tastefully) enhanced Markdown, but also lets you drop down to write LaTeX macros if you like.
-
comment
Comment #2239803
You might just use Pandoc. It happens to use LaTeX behind the scenes to create pdf's, but there's nothing that says it must do so in the future.
-
comment
Comment #2234169
> Its darwinian I think you're correct, but that there are trade-offs. Take Python, for example. They have "batteries included", and when modules make it into the std lib, they pre…
-
comment
Comment #2226791
In what ways is Guile different from other Schemes, such as Gambit and Chicken? Is Guile a good Scheme to start off with when first learning Scheme?
-
comment
Comment #2216669
Thanks for those equivalents, Sam! Informative. That first `(map #...)` is particularly interesting. Looks like you're applying the item lookup operation across the list of indices…
-
comment
Comment #2215213
Thanks for the reply, Sam. To provide some small examples, I often use Perl, and it gives me some syntax that saves me typing, such as: * `my @other_list = @a_list[3, 1, 4]` to ret…
-
comment
Comment #2214096
Like many folks, I'd reckon, I've really meant to learn Lisp or Scheme better, but it just seems like -- with the lack of syntax -- it would be tedious to write out every single op…