cjen07
I am very interested in meta-programming, here are 3 interesting demos I would like to share with you all for suggestions.
prefix(GitHub - cjen07/prefix: the world is your playground, ∀ Q, ∃h, ∀ f, g ∈ Q, s.t h(f, g) "then" f ≡ g + f · GitHub): ∀ Q, ∃h, ∀ f, g ∈ Q, s.t h(f, g) “then” f ≡ g + f
recursion(GitHub - cjen07/recursion: example project to write straight recursive functions with memorization in elixir using OTP and metaprogramming · GitHub): write straight recursive functions with memorization in elixir using OTP and metaprogramming
julia_port(GitHub - cjen07/julia_port: example project to invoke julia functions in elixir to do scientific computing using port and metaprogramming · GitHub): invoke julia functions in elixir to do scientific computing using port and metaprogramming
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 2- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
OvermindDL1
That is really quite cool.
One note, the recursion one, might execute faster to memoize into ETS instead of distinct other processes.
cjen07
Thanks very much, will try ETS