Re: [Monotone-devel] javascript monotone

2016-03-01 Thread J Decker
I recently learned there is javascript beyond browser web page, and that there's actually a language. The language has some interesting properties. It has a default library of stuff that's fairly functional (from a network communcations sort of perspective; could wish they had their own websock w

Re: [Monotone-devel] javascript monotone

2016-03-01 Thread Hendrik Boom
On Tue, Mar 01, 2016 at 07:27:51PM +0100, Markus Wanner wrote: > > (I personally find it hard to believe that JIT can generally be faster > than ahead of time compilation, but...) It can be faster if you only want to run a small part of the program. It can be faster if the intermediate code is s

Re: [Monotone-devel] javascript monotone

2016-03-01 Thread Markus Wanner
Hi, On 03/01/2016 10:16 AM, J Decker wrote: > This is meant for the architect of the innermost guts of monotone... > strip away a database, strip away a file system, and just track > revisions. track merging of chains Huh? What for? And what's your persistence layer, if you strip those? > I

[Monotone-devel] javascript monotone

2016-03-01 Thread J Decker
I don't know how to phrase this. This is meant for the architect of the innermost guts of monotone... strip away a database, strip away a file system, and just track revisions. track merging of chains I read somewhere that in the distribution of monotone revision chunks that there are conglom