Live data from Hacker News

Wapp – A Web-Application Framework for Tcl

wapp.tcl.tk

21–30 of 57 posts

Re: Wapp – A Web-Application Framework for Tcl

#21
post #19

Earlier quoted context omitted.

ok but like....thats for desktop application development... ...this is the web, a completely different and totally unrelated beast.

tk works on mobile as well.

mobile is much more akin to desktop development because the API's/etc are specific to each device type (android/iphone).

The web is a different beast from that too.

Re: Wapp – A Web-Application Framework for Tcl

#24
post #12

For TCL? But why?

Because it's a likeable language. It has a small, neat syntax, equally clever semantics, so people do stuff in tcl for fun.

I used to fix some bugs in Tcl/Tk program a long time ago and it was the opposite of "fun".

But frankly it was about 10 years ago (and the program in question was ancient even back then) and I don't really remember much, and if it was a fault of Tcl, Tk, or the actual program.

Re: Wapp – A Web-Application Framework for Tcl

#27
post #15

Earlier quoted context omitted.

certified geek seven days a week

In all seriousness, I don't think there is much overlap in people who know about Wapp and those who know about WAP.

Well, all these people commenting know both. I have a feeling a majority of people who know about Wapp know WAP, just because of the latter’s overall popularity.

Re: Wapp – A Web-Application Framework for Tcl

#29

Earlier quoted context omitted.

Because it's a likeable language. It has a small, neat syntax, equally clever semantics, so people do stuff in tcl for fun.

I used to fix some bugs in Tcl/Tk program a long time ago and it was the opposite of "fun". But frankly it was about 10 years ago (and the program in question was ancient even back then) and I don't really remember much, and if it was a fault of Tcl, Tk, or the actual program.

Tcl has this interesting property. It's closer to Lisp in spirit and shell in syntax, but it also looks superficially like C, being actually nothing like it. People who try to program in it as if it were C usually fail and start hating it, whereas people who understand its essence start liking it.

Unfortunately, people often encounter Tcl in situations where there's nobody to explain it to them, so they learn it the wrong way.

Post reply on HN