[Development] Future of QBS

Ulf Hermann ulf.hermann at qt.io
Mon Oct 16 15:26:34 CEST 2017


On 10/16/2017 03:16 PM, Adam Treat wrote:
> You'll need a strongly normalizing language for that which does not allow general recursion. Something built on the simply typed lambda calculus, but with added syntactic sugar would do.

Hmm, is it possible to define a subset of JavaScript with this property?

Imagine:

import qbs.strict 1.0
Project {
	// only restricted JS available here
}

Ulf



More information about the Development mailing list