Comment on Literate: A Modern Literate Programming SystemparentComments−skybrian11yIt seems like this could be solved by making it an option? During development, generate line number pragmas to improve the error messages. Then when you have a working program, format the code nicely.−jsyedidiaOP11yThat's an excellent idea. I don't think it would work for all languages, but it's still a good solution, and will be added to the TODO list.
Comments
It seems like this could be solved by making it an option? During development, generate line number pragmas to improve the error messages. Then when you have a working program, format the code nicely.
That's an excellent idea. I don't think it would work for all languages, but it's still a good solution, and will be added to the TODO list.