Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
1–10 of 42 posts
Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#2is there a paper that describes the underlying implementation (with the new stackless stuff)?
Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#3Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#4that's an impressive set of changes for a minor release! :o) is there a paper that describes the underlying implementation (with the new stackless stuff)?
1. http://wiki.tcl.tk/37253#pagetocbefb5a57
2. http://www.tcl.tk/cgi-bin/tct/tip/328
3. http://www.tcl.tk/cgi-bin/tct/tip/327
Update: more details on the NRE implementation are available here [5] at the contributing author's site; anonymous login required.
Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#5Is this the programming language that works without a lexer/parser and a grammar? Why aren't there more programming languages written this way? Seems easier to implement.
Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#6Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#7I think this would be a chance to rehabilitate the much-maligned GOTO keyword. But "tailcall" is probably just as good.
Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#8Is this the programming language that works without a lexer/parser and a grammar? Why aren't there more programming languages written this way? Seems easier to implement.
Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#9Re: Tcl/Tk 8.6 released (now stackless, w/coroutines, tailcalls, and more)
#10Tcl Rule 1: Everything is a string. Tcl Rule 2: See rule 1. Tcl Rule 3: Not joking.