Sam Atman

Results 127 comments of Sam Atman

As an aside, one of the grammars I provided for demo produces an enlive tree as ({...}). The other produces it as {...}. I couldn't figure out why this was;...

The top level was a hidden tag, so you nailed that. I don't know that it changes the code I wrote, which needs to strip the list around the val...

Sure! You've got some code under a node, and one of the tags is :macro. you use `insta/transform` to expand :macro, and now you have to `re-parse` the :macro node,...

Definitely not a clojure-type macro. More like a preprocessor or Knuth style literate expansion macro. On Sun, Aug 18, 2013 at 12:45 PM, Mark Engelberg [email protected]: > Clojure macros essentially...

Thank you Dan, you raise a number of good points , particularly about complexity of implementation. I'm often surprised by how fast something like pretty-printing a megabyte of Lua table...

Once the crashing bug in the yaml crate is sorted I'll try out a symlink and let you know. Low-hanging fruit here is to add the various locations for amp...

I occurs to me that the syntect repo is the right place to have this discussion, and that `amp` probably doesn't want to automagically use the syntaxes in `bat`, so...

I opened up the [issue](https://github.com/trishume/syntect/issues/333) at syntact for a single location for syntaxes and themes. Feel free to close this issue if you would like. Thank you!

Hi @jmacdonald I used Homebrew. I do have the Rust toolchain already, so if you want to give me a heads-up I'd be happy to test a release. Thanks!

Here to offer some outside perspective. The Lua community is small, and the split between LuaJIT and PUC Lua is complete. A project which wants to grow its contributors would...