hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
2018-03-27T00:51:07.000253Z

@flyboarder yeah i know right?

2018-03-27T00:51:49.000275Z

i'm probably going to split out a stripe wrapper next, depending on how a client project goes...

flyboarder 2018-03-27T00:52:08.000080Z

yeah I have some stripe code lying around too

2018-03-27T00:52:24.000283Z

i'm trying to make it silly easy to prototype app ideas

2018-03-27T00:52:29.000262Z

it's definitely getting there lol

2018-03-27T00:53:02.000127Z

after years of messing around with low level stuff, i'm getting scarily high level with hoplon...

flyboarder 2018-03-27T00:53:20.000056Z

yeah there is a growing amount of community components for Hoplon thats for sure!…. and boot :smiling_face_with_smiling_eyes_and_hand_covering_mouth:

2018-03-27T00:53:37.000099Z

oh also i made a scroll spy based on intersection observer that i should spin out too

2018-03-27T00:54:50.000254Z

we need one of those cool sites where you go and can search all the things...

2018-03-27T00:55:37.000216Z

ah also, i did a wrapper for goog.i18n that makes it usable, if you're into that kind of thing 😉

2018-03-27T00:56:26.000257Z

technically not hoplon, so off topic, but originally it was cell based before i open sourced it 😛

2018-03-27T14:42:20.000384Z

https://codeburst.io/what-is-hoplon-13d11cd7bbc2 if anyone is interested 🙂

2018-03-27T14:56:55.000298Z

thedavidmeister thats an excellent overview, tweet and i shall retweet!

2018-03-27T15:39:07.000818Z

@alandipert thanks! i tweeted and @ you

2018-03-27T15:39:35.000055Z

tweets have been tweeted

2018-03-27T15:45:54.000009Z

😄

flyboarder 2018-03-27T16:02:26.000900Z

@thedavidmeister for your branching pleasure

flyboarder 2018-03-27T16:02:28.000037Z

https://github.com/hoplon/hoplon/tree/7.3-optimize

2018-03-27T16:02:38.000375Z

yay

flyboarder 2018-03-27T16:02:51.000005Z

I would like to possibly benchmark this version

2018-03-27T16:03:22.000057Z

sure, i think i did some benchmarking on something recently...

flyboarder 2018-03-27T16:03:28.000085Z

woot!

2018-03-27T16:03:35.000083Z

1 sec

2018-03-27T16:04:10.000148Z

ah boo, it was clj only

2018-03-27T16:04:46.000379Z

cljs i only had performance.now https://github.com/thedavidmeister/xoroshiro128

2018-03-27T16:05:05.000631Z

clj had criterium which is pretty cool

flyboarder 2018-03-27T16:07:06.000836Z

im using taoensso.tufte for profiling right now

2018-03-27T16:07:48.000834Z

ah cool

2018-03-27T16:07:51.000432Z

somehow i missed that

2018-03-27T16:09:07.000048Z

which is odd because i've written "taoensso" enough to spell it correctly...

2018-03-27T16:10:23.000627Z

well that's cool then, can you get tufte to run a set of benchmarks as a boot task?

2018-03-27T16:10:29.000529Z

then we can plug into circle or something

flyboarder 2018-03-27T18:57:49.000244Z

at the moment I have just been wrapping my apps entry point, running it 5 times and seeing what average I get