Comment terminal emulator for Windows/WSL (DomTerm) (Score 1) 216
Can I suggest you check out DomTerm? It has the functionality of gnome-terminal (and then some) but does not require an X-server. Instead, it uses Electron, which (in my biased opinion) makes for a very nice interface. This article focuses on DomTerm on WSL. The release page includes pre-compiled WSL binaries.
Comment Re:Myth - use external tuner (hdhomerun) (Score 1) 49
Comment Re:The road to Trondheim (Score 3, Informative) 84
Where floating tunnels may make sense is for shorter trips - for example Bergen to Ålesund.
Comment Re:So... (Score 1) 523
Wrong. Iceland is generally considered part of Europe
Comment Re: ..that runs on the Java platform. (Score 1) 62
Comment Re: ..that runs on the Java platform. (Score 1) 62
However, Kawa does have optional static typing.
That, plus careful language design, plus a smart compiler, means that Kawa code run very faster - much faster than Groovy or Clojure or JRuby or
Comment Re: ..that runs on the Java platform. (Score 1) 62
Yes. (I suggest reading the LWN article linked in the submission - it's fairly short.)
Comment Re:How does it compare to Clojure? (Score 2) 62
The linked LWN article meantions some reasons: Among them that Kawa is much faster than closure (both execution speed and start-up speed). Plus some might like that Kawa is mostly-compatible with a pre-existing independently-specified language.
Comment Re:Traditional (Score 3, Insightful) 62
Comment Re:Traditional (Score 2) 62
Comment Re:Traditional (Score 1) 62
Comment Re:kawa (Score 4, Informative) 62
I took it over in 1996, and re-wrote it as a compiler. At this point, I doubt any of Alex's code still exists. I'm Norwegian-American, and Kawa means nothing in Norwegian. Still, I saw no reason to change the name.
Submission + - Kawa 2.0 supports Scheme R7RS
Version 2.0 was just released with many new features. Most notably is (almost) complete support for the latest Scheme specification, R7RS, which was ratified in late 2013. This LWN article contains a brief introduction to Kawa and why it is worth a look.