9 ms·
Yeh, I had actually briefly looked into after writing that comment and found the same - interesting that Paul came up with his own version of LISP to do it in.
by Calamity 5y ago
Yeh, I had actually briefly looked into after writing that comment and found the same - interesting that Paul came up with his own version of LISP to do it in.
If you wanted to remake it in a modern framework though, what stack would you personally opt for? I think Postgres or MySQL for the database is a no-brainer, but what about the quickest approach for the rest (bar of course simply cloning the repo ;) )
- NicoJuicy 5y agoThe tool i best know is dotnet. Perhaps controllerless, similar to : https://github.com/ServiceStackApps/RazorRockstars https://github.com/ServiceStackApps/RazorRockstars But, as mentioned. That's because I know that tool, that knowledge is not transferable through a comment :p
- Calamity 5y agoYeh, definitely - I appreciate the input nonetheless!