SuperpowersCorp / refactorio

Refactorio is a tool with which you build and maintain software.
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

Monadic streaming of `ByteString -> IO ByteString` functions #3

Closed lgastako closed 6 years ago

lgastako commented 6 years ago

Since compilation is the slowest part of the whole process I am going to implement this as (unfortunately) yet another command so that we can know in advance whether we are trying to compile a ByteString -> ByteString or ByteString -> IO ByteString.

lgastako commented 6 years ago

This work is complete on the automate-examples branch and is just waiting to be merged.