Fork me on GitHub
#hyperfiddle
<
2022-05-20
>
lilactown15:05:31

I think I have some ideas how to make the project easier to get running using emacs

lilactown15:05:44

where's a good place for me to put a bit of code?

Dustin Getz16:05:10

You are on latest master right? The entrypoint changed a lot to hopefully make this easier

Dustin Getz16:05:20

we're pushing every day

Dustin Getz16:05:21

You can make a public github repo, it's just you'll need to manually {:vendor/local "../photon"} the private dep

Dustin Getz16:05:00

There is also https://github.com/hyperfiddle/photon-starter-app which uses the same relative path dep

lilactown16:05:59

I have some photon-project-specific emacs config. I'll open a PR

👍 1
lilactown19:05:20

I ran into an issue when trying to do mutual recursion between p/defns. example here https://github.com/lilactown/photon-tree

Dustin Getz19:05:59

oh yes, it's not implemented yet, it can be hacked by using dynamic scope to bind p/fn closures

Dustin Getz19:05:39

I will try to provide an example demonstrating

Dustin Getz19:05:57

[better example moved to channel as attachment]