Re: [HACKERS] New procedural language

2017-03-15 Thread Massimo Fidanza
But there is a difference between python and Go or Rust that the first is interpreted and the seconds are compiled like C. All PL instead of C and Java (also byte code interpreted) are interpreted Il 15 mar 2017 3:52 AM, "Amit Langote" ha scritto: > Hi, > > On 2017/03/15 11:

[HACKERS] New procedural language

2017-03-14 Thread Massimo Fidanza
Hello, what it means to add a new procedural language such as Go or Rust? Thanks Massimo