Re: [racket-users] Announcing something Kinda FRP-y

2020-01-27 Thread Sage Gerard
I did not even think to extend it that way! What a cool suggestion. Right now I am working on a macro as defined here, since there are times it makes sense to list dependencies explicitly https://github.com/zyrolasting/kinda-ferpy/issues/2 Now if I could get a #-notation to support explicit

Re: [racket-users] Announcing something Kinda FRP-y

2020-01-27 Thread Eric Griffis
Hi Sage, This is pretty cool. With a non-OOP option on the table, I might finally get around to working on an IMGUI-like for Racket. Have you thought about a reader extension to compress the notation? The `stateful-cell` function kinda acts like a box and kinda looks like a `syntax` (or

[racket-users] Announcing something Kinda FRP-y

2020-01-26 Thread Sage Gerard
Announcing a new package: kinda-ferpy. Here's a [write-up](https://sagegerard.com/kinda-ferpy-intro.html). It implements the spreadsheet metaphor in an expressive way, based on MaiaVictor's excellent [PureState library](https://github.com/MaiaVictor/PureState). It's not a complete functional