Fork me on GitHub
#hoplon
<
2017-02-23
>
jouerose18:02:21

hello all, where does see exactly all the tags/commands and attributes in HLisp ? any reference ?

jouerose18:02:50

@candera @micha thank you for the links. going to check them now

mobileink20:02:06

the HLisp Starter doc says this: "This is a result of the fact that there are no HTML primitives other than the Element node, which means that all elements are semantically lists. This makes it impossible to express (f) (meaning function application with no arguments), without giving up the capability to express f (function as a value)." why is it "impossible to express (f) (meaning function application with no arguments), without giving up the capability to express f (function as a value)." ?

mobileink20:02:31

if, e.g, div is a function we can do (div), and still pass it around as a value.

mobileink20:02:39

why is it better to think of html elements as lists, rather than fns?

jouerose20:02:56

how do you do <!DOCTYPE html> in HLisp ?

mobileink20:02:01

i guess i don't think of that as html. it's really xml. or sgml. simple_smile

mobileink20:02:58

oops, i guess you were not responding to my msg. sorry, dunno!

mobileink20:02:36

heh. perils of slack.