portkey

Portkey: from REPL to Serverless in one call
baptiste-from-paris 2017-10-04T09:42:36.000287Z

by the way, any idea what’s happening with the Attempting to call unbound fn: #'clj-http.core/request

cgrand 2017-10-04T11:08:06.000208Z

yes I’ve been working on it (actually it’s fixed but it was an ambush, I’m surrounded by more bugs now)

cgrand 2017-10-04T11:38:54.000145Z

@baptiste-from-paris that’s the fix for the original issue https://github.com/portkey-cloud/portkey/commit/d80e4dd46a76c7bb97e170cb5ccbd17ddc25ca13

baptiste-from-paris 2017-10-04T11:41:03.000034Z

Ok lol, thx. I'll take a look tonight

viesti 2017-10-04T12:15:12.000285Z

been busy day

viesti 2017-10-04T12:51:43.000184Z

tree shaking elsewhere https://twitter.com/arungupta/status/914916354762747910

viesti 2017-10-04T13:13:57.000156Z

hmm, local Clojure meetup is seeking for talks :thinking_face:

baptiste-from-paris 2017-10-04T14:03:48.000108Z

nice !

baptiste-from-paris 2017-10-04T14:05:06.000263Z

@cgrand & @viesti in order to understand bytecode transformation, did you read this two => https://docs.oracle.com/javase/specs/jvms/se8/html/index.html http://download.forge.objectweb.org/asm/asm4-guide.pdf

cgrand 2017-10-04T14:08:22.000147Z

the spec yes (albeitr not in a linear fashion), the asm4 guide somehow confuses me

baptiste-from-paris 2017-10-04T14:08:40.000148Z

ok

baptiste-from-paris 2017-10-04T14:09:03.000370Z

how long to read this 600 beautiful pages ? 😄

cgrand 2017-10-04T19:57:33.000253Z

This chapter only, and you can skim etc.

baptiste-from-paris 2017-10-04T21:41:11.000048Z

started to read it, interesting of course but really abstract