dumblob

Results 1350 comments of dumblob

I just came across this language and find the effort quite interesting. It reminds me (semantically) of [Passerine](https://github.com/vrtbl/passerine ), [Basil](https://github.com/basilTeam/basil ), and ultimately [XL](https://github.com/c3d/xl ). Do you think you'll find...

Do you mean exec of external binaries/apps or rather an "internal" exec (thus something like `eval` or better `quoting/unquoting` as proposed in https://github.com/thosakwe/t2b/issues/17 )? If you meant internal one, I'd...

That's great news. Keep me/us posted with what you envision. >but I'm starting to think that such an effort would be similar to making an interpreter for an actual programming...

Ah, ok. I was mainly interested in the macro functionality as that's a more generic approach allowing better "interleaving" between the code which is being generated and the t2b lang...

@sab24 thanks for the reference. It seems fasmg is actually closer to what I envisioned. @thosakwe I think I'll take a look at fasmg - therefore I think you shouldn't...

Any news on this front?

Yep, this'd be very useful - I was thinking about using it instead of our tiny home-grown key-value multiprocess & multithreading storage DB, but we have values of several megabytes...

This is a very good question - looking at some of the forks, some changes would make a lot of sense here in master. I wonder why there aren't corresponding...

The PR from @samsonjs seems merged now. What next?

This is actually a disguised **way bigger topic** - see from https://github.com/deanoemcke/thegreatsuspender/issues/136#issuecomment-339794343 onwards.