HN user

dnesteruk

46 karma

http://devtalk.net http://activemesa.com http://nesteruk.org

Posts15
Comments34
View on HN

Doesn't the GPL license generally ruin being able to use this in a commercial product by having to provide source code and affecting derivative works, too?

Looking at the HTML output, I'm not sure this consitutes proper literal programming due to the amounts of 'contextual noise' that the processor generates. I think the goal is to have the program read more or less like a book, and this...

{Print "hello world" 2} ≡

printf("Hello world"); This code is used in section 1.

...is not exactly it. It feels more like program-in-program Matrixy thing than a document to be read.

I tried using F# (FsTest, specifically) for testing. It's great to be able to write verbose test names with double-backquote syntax, that way your test cases read in English instead of this_ugly_underscore_based_sentences.

Well there's no specific support for things like CUDA, but C++ support works for the most part. Not for CUDA's triple-angled-chevrons (yet), but neither does Visual Studio itself :)

Regrettably, fact of the matter is that fonts look bad on Java, particularly on Windows where Java-enabled programs are unable (for whatever reason) to leverage ClearType and thus get the antialiasing done just right.

Python for Finance 12 years ago

That course isn't really well done. There are much better quant courses out there on Coursera.

Nice title, lousy default-width typesetting; nobody has an e-reader that will fit this, and it would look equally bad in print. Also, it's 'formulae' not 'formulas'.

Programming in D 13 years ago

D is great but lack of tool support (proper intellisense) means we're all stabbing in the dark trying to figure out what function to use, where it comes from and what its parameters are supposed to take. Also, really needs declarative parallelization mechanisms a la OpenMP. Plus, unsure if compiler supports vectorization, SIMD support would be nice to get.

On the other hand, amazingly fast compiler, very concise language, and metaprogramming! Want a decent IDE!

Throw up something like MindTouch Core and let people self-register and organize themselves. All you really need is the landing page explaining what the site is about. As far as promotion goes, well, that's up to you.