Reputation: 404
Recently i created an application in scheme/racket which ought to solve the art gallery problem. It takes input from user graphically and shows the user solution and procedure to find good approximation to minimum number of cameras.
Now i want to create a webpage where you can use the application online. So can i use my racket source code in webpage and if so how? My source code : https://github.com/Naman-ntc/Art-Gallery-Problem (in case you want to have a look!)
Upvotes: 2
Views: 138
Reputation: 31147
Take a look at "Continue: Web Applications in Racket" by Danny Yoo and Jay McCarthy.
http://www.cs.utah.edu/plt/popl16/doc/continue/index.html
Upvotes: 1