toblotron / praxis-ide

An online IDE for visual programming in Prolog
MIT License
234 stars 10 forks source link

Fix case-insensitive URL to make it work on e.g. Linux filesystems #7

Closed kungfooman closed 1 year ago

kungfooman commented 1 year ago

Hi @toblotron and thank you for this nice piece of software!

I tried to learn Prolog multiple times but never had too much motivation since the entire eco system is so "strange". But connecting Prolog with JavaScript and the web feels very uplifting.

This PR just makes sure it works on Linux (because Linux is case-sensitive while Windows isn't).