Viewing profile — sillonleon
sillonleon
HN member- Joined
- Sun, Jan 26, 2014, 9:35 PM UTC
- HN karma
- 6
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About sillonleon
No profile information was provided.
Recent public activity
-
comment
Comment #7127446
Julia is very fast, 0.12 second, 0.60 second for sbcl (lisp) julia>function haz(n) s = 0 for i in 1:n if i % 2 == 0 s = s+1 else s = s-1 end end s end haz (generic function with 1 …
-
comment
Comment #7127098
The Server version of Ubuntu or the 12.04 version does not have the add-apt-repository command. How can i add a PPA to the server without this command? Answer in http://askubuntu.c…