Sujet : Does a Prologer know web 1.0 from web 2.0? (Was: Interview with an Emacs Enthusiast [Colorized])
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prologDate : 14. Jun 2025, 22:11:46
Autres entêtes
Message-ID : <102koig$q82v$2@solani.org>
References : 1
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0 SeaMonkey/2.53.21
I have the feeling people think that library(markup)
is there to read and process markup. Whereas its only
a fusion of html//1 and print_html/1 without the blocking
restriction and with some smarts to also support ASCII
escape output as well. In as far it doesn’t belong to
web 1.0, which deals more with static content. People
were limited to passively viewing content. It rather
belongs to web 2.0, and is substantially different
from prior Web technologies, although the notion is
challenged by Tim Berners-Lee original vision
of a collaborative medium.
Mild Shock schrieb:
Hi,
The average Prologer in 2025:
Interview with an Emacs Enthusiast [Colorized]
https://www.youtube.com/watch?v=urcL86UpqZc
What happens when a Prolog does a web server?
You end up with the PiLLoW framework,
with nonsense such as html//1 and print_html/1.
This is the worst "milestone" ever in Prolog.
https://cliplab.org/Software/pillow/pillow.html
Bye