Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RaecKK
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
RaecKK
12y ago
I linked you to the original photo at NASA.gov, if you want to reproduce: - Install Gimp - Download the original Nasa image linked here: http://mars.jpl.nasa.gov/msl-raw-images/msss/00184/mcam/0184... -
2.
▲
by
RaecKK
12y ago
this: http://postimg.org/image/n0nci70xp/
3.
▲
by
RaecKK
12y ago
cropped with contrast added: http://postimg.org/image/n0nci70xp/
4.
▲
by
RaecKK
12y ago
For anyone not familiar, this photo was snapped by the NASA Mars rover Curiosity: http://mars.jpl.nasa.gov/msl-raw-images/msss/00184/mcam/0184... Zoom in all the way, scroll up and to the right as far as
5.
▲
by
RaecKK
12y ago
Agreed. When the manual says you can pattern match with term rewriting macros, I think of Erlang pattern matching. Would something like this be possible? template mysum{a = @[]}(a: seq[int]): int = 0 template mysum{a}(a: seq[int])
6.
▲
by
RaecKK
12y ago
I'm convinced Nim is what Python aspires to be, but it seems like putting the cart before the horse. Does anyone know of any interesting projects using Nim?