Kip9000's comments

Kip9000 | 6 years ago | on: TypeScript vs. ReasonML

You speak with authority, but with ignorance. MS had a lot of JavaScript and needed to put some semblance to the madness of development. Read early history. Watch some talks of Hejlsberg, they are insightful and makes you a better developer.

Kip9000 | 7 years ago | on: John Von Neumann

I would give anything to see his abilities that marvelled the geniuses of his time. I imagine this would be like when an AGI finally comes to be and creates dozens of fields of science we have no idea of today..

Kip9000 | 7 years ago | on: Deep learning may need a new programming language

There's already Nim (https://nim-lang.org/), which is Python like syntax and statically typed, with easy parallelisations etc already. What's lacking is the adoption as it wasn't hyped up. There's rarely a need to create yet another language and wait till it becomes mature and fixed all the issues with the eco system etc. If at all what's required is a way of translating all the Python libs to Nim or some similar effort.

Kip9000 | 7 years ago | on: Ask HN: Can we write a programming language for biology?

Microsoft Research Cambridge, has been doing this for a long while.

"It turns out that there are lots of similarities between modelling concurrent systems and biological systems. Just like a computer, biological systems perform information processing, which determines how they grow, reproduce and survive in a hostile environment. Understanding this biological information processing is key to our understanding of life itself.

It’s probably easier to understand some of the output of this work – specifically the Stochastic Pi Machine, or SPiM as it’s often referred to. SPiM is a programming language for designing and simulating models of biological processes. The language features a simple, graphical notation for modelling a range of biological systems – meaning a biologist does not have to write code to create a model, they just draw pictures.

You can think of SPiM as a visual programming language for biology. In addition, SPiM can be used to model large systems incrementally, by directly composing simpler models of subsystems. Historically, the field of biology has struggled with systems so complex they become unwieldy to analyse. The modular approach that is often used in computer programming is directly applicable to this challenge."

https://www.microsoft.com/en-us/research/group/biological-co...

http://research.microsoft.com/en-us/projects/spim/

page 1