From 35f18e092c7a6e395caf668f7c4c0859d562a600 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Sun, 10 Mar 2019 14:09:05 +0100 Subject: [PATCH] Added notes --- notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes.md b/notes.md index 4282f37..b79aa3a 100644 --- a/notes.md +++ b/notes.md @@ -73,6 +73,8 @@ TODOs - Perhaps get an API change or two into Rakudo.js: `STDOUT` currently gets output with HTML escapes - See also notes in [Perl 6 Support 🦋](perl6.html) - Investigate Emscripten's main loop concept for handling nonblocking sockets? + - Use Multiplicity for re-starting perl? (Thanks to Nick Clark for the idea) + - Add Regex::Debugger into regex tester? (Thanks to Renee for the idea) - Turn some patches from emperl5 into patches for P5P - Submit some patches to Emscripten -