Live data from Hacker News

HTML, the Programming Language

html-lang.org

81–90 of 141 posts

Re: HTML, the Programming Language

#81
I remember in the hay days of XML, someone made an article that discussed why XML is really just a language of S-expressions. This article seems argue something similar.

P.S., S-expression or not, XML-based DSLs are horrible. I don't know how many people have PTSDs using ANT or a slew of commercial "user-friendly" DSLs for test automation, process automation, and etc. It turns out the companies just didn't know how to design small programming languages and certainly lacked of compiler-writing skills.

Re: HTML, the Programming Language

#83

I remember in the hay days of XML, someone made an article that discussed why XML is really just a language of S-expressions. This article seems argue something similar. P.S., S-expression or not, XML-based DSLs are horrible. I don't know how many people have PTSDs using ANT or a slew of commercial "user-friendly" DSLs for test automation, process automation, and etc. It turns out the companies just didn't know how t…

I remember JSX examples that went in this direction.

Re: HTML, the Programming Language

#85

Finally I can use html on the frontend and the backend! I am adding a "full-stack html" badge to my Linkedin account right away.

Personally I'm using CSS [0] on the backend, but might switch it out for HTML. It'd be cool to use the same technology for both. The CSS+HTML combo has some big limitations.

[0] https://dev.to/thormeier/dont-try-this-at-home-css-as-the-ba...

Re: HTML, the Programming Language

#86
post #45

The best part is how they have to keep repeating "HTML, the programming language" or "HTML, the markup language" everywhere in an attempt to keep things clear :) It would be awesome if they were using some sort of macro system / templating engine to consistently expand {{html_prog}} and {{html_markup}} just to keep it straight while they're writing it. Thank you for posting this, it made my day a bunch brighter!

> It would be awesome if they were using some sort of macro system / templating engine to consistently expand {{html_prog}} and {{html_markup}} just to keep it straight while they're writing it. You could use the tag. To use it: Using source to look familiar to bash users because why not.

Maybe even

  

Re: HTML, the Programming Language

#90
I'm really into this HTML web components trend. I built a similar set of primitive HTML components except the focus is to allow interfacing with data from my serverless platform.

See https://github.com/Saasufy/saasufy-components#saasufy-compon...

Actually, the elements from this article could complement my own nicely as they seem to provide more fine-grained control.

My platform is https://saasufy.com/ (you can log in with GitHub)

Post reply on HN