Re: Euphoria and TCL are similar

new topic     » goto parent     » topic index » view thread      » older message » newer message
dukester said...

Has anyone ever notice how similar Euphoria and Tcl are? They call a sequence a list, and use "set" to do assignments plus a few other idiosyncrasies, but these two languages are closely related, IMO.

Might be an easy addition/migration, to someone's toolset.

I'm not sure what you mean. In Euphoria a sequence is a sequence, we do not talk about lists in Euphoria. Further, we don't use set. i.e.

-- TCL: 
set name "John Doe" 
 
-- Euphoria: 
sequence name = "John Doe" 
-- or once the var is declared 
name = "John Doe" 

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu