Fork me on GitHub
#portkey
<
2018-06-06
>
viesti18:06:24

> You can leverage your code both inside Datomic transactions and queries, and from the world at large via built-in support for AWS Lambda.

viesti18:06:04

quite a thing that has been brewing

baptiste-from-paris18:06:06

somehow he will join portkey you’ll see

viesti18:06:56

He responded to my comment, eek! :)

baptiste-from-paris18:06:59

by the way, I’d love to have some help here =>

baptiste-from-paris18:06:05

(if (and (seq? form) (= 'do (first form)))
                                (run! prn (next form))
                                (prn form))

baptiste-from-paris18:06:16

in generate-files!

baptiste-from-paris18:06:27

I am adding resp & ser & declare statements

baptiste-from-paris18:06:42

and I struggle to format it well in da file

baptiste-from-paris18:06:07

do you know the why of (= ’do...) ?

viesti19:06:33

hmm, skips the do in say (do (println “foo”) (println “bar”))

viesti19:06:22

gen-operation seems to output a do block

viesti19:06:37

that get’s rid of it

baptiste-from-paris19:06:38

yes, just figured it out

viesti19:06:53

maybe just to return multiple items

baptiste-from-paris19:06:00

now debugging some bug made by @cgrand in the shape-by-usage fn

viesti19:06:00

would still probably work with the do

baptiste-from-paris19:06:11

master does makes some bug 😂

viesti19:06:16

not pointing any fingers 😄

baptiste-from-paris19:06:27

I am just joking 😉

viesti19:06:30

for the pupil to learn 🙂

viesti20:06:39

just a ring adapter in portkey currently

viesti20:06:04

with pk/mount-ring!