> You can leverage your code both inside Datomic transactions and queries, and from the world at large via built-in support for AWS Lambda.
woot!
thatโs awesome
quite a thing that has been brewing
@viesti uploaded a file: https://clojurians.slack.com/files/U06QSF3BK/FB27EH1L0/screenshot_20180606-214028_slack.jpg
hmm :)
lol
somehow he will join portkey youโll see
๐
๐
๐
:D
He responded to my comment, eek! :)
which one ?
by the way, Iโd love to have some help here =>
(if (and (seq? form) (= 'do (first form)))
(run! prn (next form))
(prn form))
in generate-files!
I am adding resp & ser & declare statements
and I struggle to format it well in da file
do you know the why of (= โdo...)
?
hmm, skips the do
in say (do (println โfooโ) (println โbarโ))
gen-operation seems to output a do
block
that getโs rid of it
yes, just figured it out
maybe just to return multiple items
now debugging some bug made by @cgrand in the shape-by-usage
fn
would still probably work with the do
master does makes some bug ๐
not pointing any fingers ๐
I am just joking ๐
for the pupil to learn ๐
lol
https://docs.datomic.com/cloud/ions/ions-reference.html#web-code you guys were working on something like this right?
just a ring adapter in portkey currently
with pk/mount-ring!