Cool tool.

Are there any native golang tools simar to this which work on 
Windows/Linux/OSX? 

On Thursday, November 2, 2017 at 9:42:27 PM UTC-4, Ben Hoyt wrote:
>
> That looks really neat. I will dive into the code!
>
> I'm very curious how the performance of Skylark in Go compares to Skylark 
> in Java (and CPython 3.6 for that matter) -- any benchmarks on that?
>
> -Ben
>
>
>
> On Monday, October 2, 2017 at 12:39:43 PM UTC-4, Alan Donovan wrote:
>>
>> I'm pleased to announce the launch of Skylark in Go: an interpreter for 
>> Skylark, implemented in Go.
>>
>>         github.com/google/skylark
>>
>> Skylark is a dialect of Python intended for use as a configuration 
>> language. Like Python, it is an untyped dynamic language with high-level 
>> data types, first-class functions with lexical scope, and garbage 
>> collection. Unlike CPython, independent Skylark threads execute in 
>> parallel, so Skylark workloads scale well on parallel machines. Skylark is 
>> a small and simple language with a familiar and highly readable syntax. You 
>> can use it as an expressive notation for structured data, defining 
>> functions to eliminate repetition, or you can use it to add scripting 
>> capabilities to an existing application.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to