HN user

AndreasFrom

526 karma
Posts25
Comments76
View on HN
people.gnome.org 12y ago

OOXML SDK project opened up

AndreasFrom
1pts0
www.wired.com 12y ago

Everything you need to know about Bitcoin

AndreasFrom
2pts0
github.com 12y ago

IBM releases FusedOS

AndreasFrom
4pts0
www.microsoft.com 12y ago

Microsoft Surface preorders are open with more info

AndreasFrom
2pts0
cognitect.com 12y ago

Cognitect: Relevance merges with Metadata Partners (Datomic)

AndreasFrom
107pts26
stuartsierra.com 12y ago

The Amateur Problem

AndreasFrom
10pts1
lists.freedesktop.org 13y ago

[Mesa-dev] Direct3D 9 state tracker

AndreasFrom
2pts1
github.com 13y ago

Brolink - Live browser editing for Vim

AndreasFrom
2pts0
praeclarum.org 13y ago

Calca iOS - Mathematical text editor for engineers

AndreasFrom
94pts37
news.ycombinator.com 13y ago

Eclipse Kepler 4.3 released

AndreasFrom
10pts1
mail.openjdk.java.net 13y ago

JDK 8 is feature complete

AndreasFrom
8pts1
www.infoq.com 13y ago

AngularJS is being ported to Dart

AndreasFrom
1pts0
elm-lang.org 13y ago

Elm 0.8 announced, compiles to HTML and JS, but now embeddable as well

AndreasFrom
2pts0
fargo.io 13y ago

Fargo, online outliner and more with Dropbox storage

AndreasFrom
39pts33
www.raining.fm 13y ago

Raining.fm app released for Android and iOS

AndreasFrom
2pts0
www.emacswiki.org 13y ago

New EmacsWiki design

AndreasFrom
5pts3
milkbox.net 13y ago

Milkypostman's single-file Emacs configuration

AndreasFrom
5pts0
nixos.org 13y ago

Nix, purely functional package manager for Linux

AndreasFrom
3pts0
github.com 13y ago

BODOL – inspired by Haskell, Clojure and Shen

AndreasFrom
132pts91
github.com 13y ago

LiScript - S-exps syntax and macros that compile to JS

AndreasFrom
4pts0
nic.ferrier.me.uk 13y ago

Fixing the Marmalade repo

AndreasFrom
1pts0
openshift.redhat.com 13y ago

Host a Minecraft server on Red Hat's OpenShift PaaS

AndreasFrom
1pts0
zsh.cvs.sourceforge.net 14y ago

Zsh - Changes between version 4.2 and 5.0

AndreasFrom
3pts0
labs.qt.nokia.com 14y ago

Changes to the Meta-Object System in Qt 5

AndreasFrom
1pts0
ruslanspivak.com 14y ago

Self-Pipe Trick

AndreasFrom
1pts0
Why Go Is Not Good 12 years ago

`const` is for compile-time constants where something like `let` in Rust can be used for values generated on the fly. The latter is immensely more powerful and actually provides the described benefits like guaranteeing that data is not changing under your feet.

Edit: While `const PI = 3.1415…` is threadsafe, it's not very useful in comparison to runtime-immutability :)

Clojure, like Java, has primitives. And I don't understand why you'd include it anyway, as functions are the primary form of abstraction in Clojure.

I just started on #2 with Clojure ande F# experience and it seems really good so far. Now I'm really looking forward to reading it!

Do you have JS enabled? The whole page falls down when interacting with it. The physics are quite nice actually and you can toss the elements around.

I actually find the difference noticeable when using Chrome on iOS. Only Safari can JIT Javascript for instance. At least with Chrome it also seems to run out of memory faster (it has access to less?).

I agree. I find Computer Modern to be more suited for mathematics and making it justified as well is not good for readability.

Make No Promises 13 years ago

The author's point is that core.async is competitive in speed, not necessarily faster, but better abstractions than promises.