emojicode / emojicode

😀😜🔂 World’s only programming language that’s bursting with emojis

Home Page:https://emojicode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limitations

hades3729 opened this issue · comments

Know that I can use it I really enjoy Emojicode and after looking at the small amount of project existing, I saw web server and I was wondering why there some limitations? Not the most recent http, no css or javascript etc

commented

Which web server are you referring to? We don't provide any, so I can't really answer your question. Generally speaking, JavaScript and CSS don't require web server support, though. Emojicode also does not prevent you from implementing HTTP/2, for example.

I took the webserver from xenthy on Github as an example, that's why. But how would you implement html 2.0 or javascript / css into an emojicode project? Because there is not a lot of documentation about more complex things like this

commented

There is no inherent relation between front-end web technologies and Emojicode. Emojicode is a general-purpose programming language, not a web framework. Looking at xenthy's web server implementation, you could place HTML, CSS, and JavaScript files into a directory and access them via the browser, as you would do with an Apache server.