Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #9155 > unrolled thread
| Started by | gavino <gavcomedy@gmail.com> |
|---|---|
| First post | 2012-01-23 04:16 -0800 |
| Last post | 2012-02-02 15:43 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.forth
anyone have some simple examples of cgi forth? or forth for web page generation? gavino <gavcomedy@gmail.com> - 2012-01-23 04:16 -0800
Re: anyone have some simple examples of cgi forth? or forth for web page generation? Tarkin <tarkin000@gmail.com> - 2012-01-23 06:09 -0800
Re: anyone have some simple examples of cgi forth? or forth for web page generation? gavino <gavcomedy@gmail.com> - 2012-02-02 15:43 -0800
| From | gavino <gavcomedy@gmail.com> |
|---|---|
| Date | 2012-01-23 04:16 -0800 |
| Subject | anyone have some simple examples of cgi forth? or forth for web page generation? |
| Message-ID | <2948129.1868.1327320997875.JavaMail.geo-discussion-forums@yqfv31> |
I see many thinks like fastcgi scgi etc for perl and friends and then continuations seem to have a different approach of forking a process that then asks the html client for its next request, like perl's continuity http://continuity.tlt42.org/ or continuation based things like chicken scheme's "awful" web framework. I am curious to see some clever html handling forth solutions. thx for reading
[toc] | [next] | [standalone]
| From | Tarkin <tarkin000@gmail.com> |
|---|---|
| Date | 2012-01-23 06:09 -0800 |
| Message-ID | <fc199896-a73e-4e90-a2d0-e1ecbb32a135@18g2000yqe.googlegroups.com> |
| In reply to | #9155 |
On Jan 23, 7:16 am, gavino <gavcom...@gmail.com> wrote: > I see many thinks like fastcgi scgi etc for perl and friends and then continuations seem to have a different approach of forking a process that then asks the html client for its next request, like perl's continuityhttp://continuity.tlt42.org/or continuation based things like chicken scheme's "awful" web framework. I am curious to see some clever html handling forth solutions. thx for reading Not too long ago, I announced the availability of flow forth: http://sgmtech.homelinux.org/flow/flow.html (F)CGI demonstrations are on that page, along with source listings. The demonstrations are simple, and the code quality perhaps less than clever, but it can be done. TTFN, Tarkin
[toc] | [prev] | [next] | [standalone]
| From | gavino <gavcomedy@gmail.com> |
|---|---|
| Date | 2012-02-02 15:43 -0800 |
| Message-ID | <23540241.1009.1328226184484.JavaMail.geo-discussion-forums@vbmh7> |
| In reply to | #9159 |
awesome
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.forth
csiph-web