Martin DeMello

Results 79 comments of Martin DeMello

i also posted to lobsters :) https://lobste.rs/s/e4ps7y/chess_themed_bucklescript_tea_tutorial On Sat, Dec 30, 2017 at 3:03 PM, Daniel Quernheim wrote: > Thanks guys. 8 parts out of 12 are now online, and...

awesome, thanks :) i'll give your elixir setup a try in the mean time, since i've been curious about phoenix too

I got your phoenix + bs setup up and running (thanks for the blog post!) and tried dropping the bucklescript-tea `counter.ml` into `web/bucklescript` and importing it into `app.js`. Compilation failed...

confirming that it worked for me. i might also have had a problem with installing bucklescript via `npm -g`; i deleted that and installed a project-local version.

pinging this bug because it seems a shame not to release the skeleton project if it's mostly done anyway :)

bucklescript templates look relevant to this - it would be awesome to have a bs-tea template: http://bloomberg.github.io/bucklescript/Manual.html#_using_existing_templates_since_1_7_4

I was talking more about the superficial aspects than the engine. The thing I really want is labels rather than positional arguments when constructing html elements, the rest is a...

this bug has a discussion of using tyxml with bucklescript: https://github.com/bloomberg/bucklescript/issues/162

another array issue: ```` $ cat test.c int main() { char a[128]; return *a; } $ corrode test.c :0:1: warning: undefining "__LINE__" [enabled by default] ("test.c": line 3): illegal dereference...

any thoughts on this? i'll do the work for it if you think it's a good idea