On Mon, Mar 2, 2015 at 4:27 PM, Damien Pollet <[email protected]> wrote:
> On 2 March 2015 at 15:11, Sean P. DeNigris <[email protected]> wrote:
>>
>> Cool! How do you handle namespace to prefix mapping?
>
>
> ^ self notYetDecidedAboutThat.
>
> TBH I first considered awk/sed to rewrite method files from VW-cypress to
> filetree format.
> I'll admit that thought felt perversely satisfying…
>
> I think Pharo should be able to load code that does not compile, first. The
> compiler could install pseudo-methods with the broken source code and which
> would flag the problem if you try to run them, instead of immediately
> complaining and forcing you to fix it in the middle of the process. Then we
> could have tools to fix problems.

Especially on code that Opal rejects and was accepted by the old
compiler (e.g. #. - had to figure that one out this morning).

>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet

Reply via email to