aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/web_framework.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-158/+0
2020-05-19Can now write TAR files.Eduardo Julian1-0/+1
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian1-0/+1
2020-05-10Now properly loading the cached definitions.Eduardo Julian1-0/+2
2020-05-09Including runtime machinery in the cache.Eduardo Julian1-0/+1
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian1-0/+1
2020-03-04Test for codec composition + adjustments to JS-generation code.Eduardo Julian1-0/+2
2019-12-25Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian1-0/+5
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-0/+1
2019-08-12Implemented TABLESWITCH and LOOKUPSWITCH instructions.Eduardo Julian1-0/+5
2019-07-24Small improvements here and there.Eduardo Julian1-0/+1
2019-07-05WIP: Method compilation.Eduardo Julian1-0/+1
2019-06-20Removed the TCP & UDP code for the moment.Eduardo Julian1-0/+1
It needs to be re-designed with a multi-platform focus in mind.
2019-06-18Implemented "hole" typing.Eduardo Julian1-0/+1
2019-06-14Some fixes for the scripting languages.Eduardo Julian1-0/+2
+ Small optimizations for pattern-matching generation.
2019-05-29Various fixes and tweaks.Eduardo Julian1-0/+1
2019-05-19Moved my research notes from Trello to the repo:Eduardo Julian1-0/+132
+ Debugging + Distributed programming + Web frameworks + Native compilation