Thanks!
Tuan-Anh
Hello,
To Translate Picol (http://antirez.com/page/picol) into Javascript
should not be too hard.
I may do it just for fun or for my own web application one day
in the future, but I'm not sure.
Regards,
Salvatore
uwe
Seems like Tcl->Javascript is outside of their patent.
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
>> they have left out tcl, but all the other big names are involved:
>> http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&co1=AND&d=PG01&s1=morfik&OS=morfik&RS=morfik
>
>
>
> Seems like Tcl->Javascript is outside of their patent.
Yes i mentioned that.
Expressing one language in another one is not really new either.
On the wiki alone is enough to fill your pockets with prior art.
uwe
Maybe there's a good reason to keep a low public profile as a
programming language - the patent attorneys don't know about Tcl, so
they don't try to include us in patents to prevent us from doing our
jobs!
You mean like what compilers do?
uwe,
running, not walking to the patent office.
For access to Java libraries see JACL or TclBlend at www.patrickfinnegan.com.
Javascript and Java are very different languages.
--
SM Ryan http://www.rawbw.com/~wyrmwif/
Haven't you ever heard the customer is always right?
Yes they are totally different. I was just wondering whether you
wanted a scripting language that allows access to java libraires but
it sounds like you just want a client side javascript implementation.
> Tuan-Anh
Hi,
I have built a small Tcl implementation in Javascript, stealing most
of the code from Picol.
It seems it might interess you, please go to
http://sarnold.free.fr/experimental/jstcl/tcl.js
and
http://sarnold.free.fr/experimental/jstcl/jstcl.html
Download these two files, then open the HTML file in your favorite
browser,
and play with the two commands yet implemented : "set" and "puts".
I have to warn you that it is a preview, not a real Tcl interpreter,
it crashes when you put two words between double-quotes.
Regards,
Stéphane A.
On Apr 16, 2:05 am, "Stéphane A." <stephanearn...@yahoo.fr> wrote:
> On 4 avr, 06:56, "traanf" <tra...@gmail.com> wrote:
>
> > I am looking for anTCLinterpreterimplementationin Javascript.
> > Anyone knows if one exists?
>
> > Thanks!
> > Tuan-Anh
>
> Hi,
>
> I have built a smallTclimplementationin Javascript, stealing most
> of the code from Picol.
>
> It seems it might interess you, please go tohttp://sarnold.free.fr/experimental/jstcl/tcl.js
> andhttp://sarnold.free.fr/experimental/jstcl/jstcl.html
For more Tcl commands to "steal" (but they are free as air, BSD
license) see
http://mini.net/files/picol0-1-18.zip