You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotty-internals
Hello,
is it already possible to embed dotty compiler in an experimental application, and have this application compile & load & run (in place) some external source code ?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotty-i...@googlegroups.com
Yes, it's possible, but there is no high-level API that does exactly that, the
closest to this would be the REPL (https://github.com/lampepfl/dotty/tree/ master/compiler/src/dotty/tools/dotc/repl).
raphae...@free.fr
unread,
Jun 26, 2017, 4:50:48 PM6/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotty-i...@googlegroups.com
What about JSR-223 ? Do you plan to support it ? If so, everything is already done in 2.12.
Raphael
Guillaume Martres
unread,
Jul 12, 2017, 9:04:45 AM7/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotty-internals
JSR-223 is not supported by Dotty currently, someone would have to adapt the work that was done for Scala 2.