Max Howell

Results 602 comments of Max Howell

the main issue I have implementing this is performance. We could do it easily today but it will mean everytime the prompt displays there is the overhead of tea’s startup...

I'm unlikely to find the time for this because: 1. It's not really awesome 2. It's ObjC But I'll take the PR! Or eventually get round to it.

thanks for the report. It's sadly true that building with tea has a few problems right now. Hopefully will be fixed soonish.

Is there some file we could parse that would make this just work for you @rdt712 ?

yep @jhheider has it. You can `useVirtualEnv` to see if there is a virtual-env, and if so after tea’s help list the available targets. We define targets as: ```markdown #...

fair point. Originally when devising this system I figured we should have a magic comment of some kind to indicate that a given code block is exe/md, and this indeed...

Good thinking, but I did intend for the `\`\`\`language` specification to dictate what package is used as interpreter, which is probably still a better idea. Other options include requiring a...

> Shouldn't we first convert markdown to AST? For sure we should. The regex tokenization is a quick and dirty effort that should be replaced with a real markdown parser....

I think one solution is to require projects to explicitly declare a dependency on `tea.xyz/exe/md` in their dependencies. I'm noodling how this might work and then we can make exe/md...