Viewing profile — pickle-ts
pickle-ts
HN member- Joined
- Tue, May 29, 2018, 3:01 PM UTC
- HN karma
- 52
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About pickle-ts
No profile information was provided.
Recent public activity
-
comment
Comment #23145763
FYI in typescript with VS you just hit TAB to auto-complete an import.
-
comment
Comment #23144166
Solenya does pretty much exactly what you've described: https://github.com/solenya-group/solenya Interestingly, in a very early version classes were allowed to be expressed as arra…
-
comment
Comment #23144006
In solenya it's very terse - you can use the HTML to JS converter to see the translation is pretty straightforward: https://www.solenya.org/convert Example code: div ({ class: "for…
- story
-
comment
Comment #22316854
In typescript (from scratch recognizing hand-written digits in browser): Live: https://deep-learning.stackblitz.io/ Live edit code: https://stackblitz.com/edit/deep-learning
-
comment
Comment #20983036
Someone has actually just posted on github a request for Solenya to implement the RealWorld example app. I think that would be great idea, so people could directly compare Solenya …
-
comment
Comment #20976229
Hi, author of Solenya here. Thanks for the post. For anyone interested, here'a a few more links: Main page w/ links to other resources: https://www.solenya.org/ Fun example app bui…
-
comment
Comment #20976207
Yes, it's just the way stackblitz works: the actual route gets stolen by the stackblitz application itself.
-
comment
Comment #20976199
Here's the motivation: https://github.com/solenya-group/solenya#motivation
-
comment
Comment #20976197
Haha my intent was "small and powerful" but that too :)
- story
-
comment
Comment #18482911
FWIW I agree with you I'm not enamoured by react/redux.
-
comment
Comment #18482767
Andre - the point is that the inter-component wiring between cycle.js components is verbose and unwieldy due to the asynchronous-capable protocol. Definitions are of course importa…
-
comment
Comment #18482571
It's misleading to say observables are not asynchronous. The raison d'etre of obserables is to support asynchronous operations, and it's this capability that constrains the program…
-
comment
Comment #18482523
I suppose you were using Cycle.js before Cycle State was released No, I was using cycle state/onionify. [cycle-js] is not a competitor to React That's not the impression you give i…
-
comment
Comment #18482252
I've used cycle.js on a small commercial project. I'm drawn to novel non-mainstream approaches, and am happy to put up with teething pains with new technology. However, my experien…
-
comment
Comment #17180041
I love this kind of stuff - just a bit envious I didn't have these kind of resources when I was a kid! Javascript simulations are easy to write, and help enormously with visualizat…