Szl, a Tcl-inspired embeddable language
github.com
Szl, a Tcl-inspired embeddable language
1–10 of 21 posts
Re: Szl, a Tcl-inspired embeddable language
#2Re: Szl, a Tcl-inspired embeddable language
#3Re: Szl, a Tcl-inspired embeddable language
#4Why does every command start with a "$"?
Re: Szl, a Tcl-inspired embeddable language
#5Re: Szl, a Tcl-inspired embeddable language
#6Re: Szl, a Tcl-inspired embeddable language
#7Earlier quoted context omitted.
Because everything is an object, including built-in functions
Then why the $, you already know that it's an object.
>>> $local functions [$list.new $puts $sleep]
puts sleep
>>> [$list.index $functions 0] hello
helloRe: Szl, a Tcl-inspired embeddable language
#8I cannot find the actual differences to Tcl?
Re: Szl, a Tcl-inspired embeddable language
#9It looks like this probably qualifies as a Show HN as well, if you can edit the title.
What are your future plans for the project? Are you using it regularly?
Re: Szl, a Tcl-inspired embeddable language
#10The language manual: http://dimakrasner.com/szl
This document is much more appealing to me than the project's README. Since people often browse just the README when visiting a repository on GitHub, I wonder if you would be better off getting some of the language from sections 1 and 2 into the top of your README. The current README Overview just didn't do it for me. As soon as I saw the first two sections of the user manual, I was more interested because it showed what problem you were solving and how.
> Warning - This manual may reflect a future state of szl.
Got a chuckle out of me.