in reply to Re: Converting Tk based Perl to be used on the Interent
in thread Converting Tk based Perl to be used on the Interent
I'll address it to you since I know that you are quite an expert on this subject.
so IMHO
What ya think, did I miss something?
¹) with different possible approaches for client-server communication:
²) or even other targets like Perl/Tkx or Perl/Wx or even Lisp/Emacs or whatever
³) But this restricted "Perl" could look very strange, e.g. only allowing scalars and hence only array-refs and hash-refs like
$array->push($a,$b) <-> array.push(a,b)
... or only allowing function scopes and no block scopes (JS does hoisting of lexicals)
Cheers Rolf
( addicted to the Perl Programming Language)
moved side-notes to footnotes.
4) somehow analogous to the MVC paradigm, making a distinction between template code (View) and pure Perl code (Controller).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Converting Tk based Perl to be used on the Internet (meditation)
by zentara (Cardinal) on May 19, 2014 at 13:49 UTC | |
by Anonymous Monk on May 20, 2014 at 05:28 UTC | |
|
Re^3: Converting Tk based Perl to be used on the Internet (meditation)
by Anonymous Monk on May 19, 2014 at 20:43 UTC | |
by LanX (Saint) on May 20, 2014 at 13:50 UTC | |
by merrymonk (Hermit) on May 20, 2014 at 17:57 UTC | |
by LanX (Saint) on May 20, 2014 at 18:31 UTC | |
by merrymonk (Hermit) on May 21, 2014 at 13:22 UTC | |
|