The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
devel:tools:compiler
right? thoughts? or should we change some things a bit
I'm trying to add elements to a json object that is a hash. I'm beating my head against a wall. Here's the simplest I can get it (https://play.crystal-lang.org/#/r/egs1 ) but it just won't let me add an element that will have sub elements....
I've tried at least 30 combinations.... (probably some of them repeats). What am I doing wrong?
JSON::Any
?
ARM 32-bit Linux (GNU libc, hardfloat)
is a tier 2 platform
I need a VERY simple queue. 1 publisher, a few subscribers. I want to write in crsytal. So far I've found 2 amqp shards, and one zeromq shard.
datanoise/amqp.cr
with no commits for 4 years, and apaprently not working with new versions of crystalcrystal-community/zeromq-crystal
no commits for 2 years, and seems incompletecloudamqp/amq-protocol.cr
seems up to date, but no apparent docs/examples
Anyone have a recommendation for a queue that they know has a good working crystal shard?
haven't used myself, but this one seems updated recently.
redis
as your pub/sub server, and crystal client library https://github.com/stefanwille/crystal-redis