Octo.jl icon indicating copy to clipboard operation
Octo.jl copied to clipboard

Bump

Open HiperMaximus opened this issue 3 years ago • 3 comments

Just wanted to show interest in the project, it seems very promising. Maybe it would be interesting to take a loop at other DSL from LISP. For example LSX and Lyad for JSX like syntax inside LISP. This type of project is something I've always wanted but have no experince in how to implent it; maybe share some roadblocks or missing features or a roadmap on how to contribute and we can help.

Cheers and awesome project! :100: (I know it's not an issue but didn't know where to put it, sorry!)

HiperMaximus avatar Jun 14 '22 08:06 HiperMaximus

you can open an issue and let's improve it slowly :)

see some older closed issues.

  • How to use two or more databases at the same time? https://github.com/wookay/Octo.jl/issues/27
    • this one was good issue and I burnt some days.

thanks for your interest!

wookay avatar Jun 14 '22 18:06 wookay

Could you point me on towards how could I begin learning what I need to help or point me to something I could help with. Hopefully this project can get more steam behind it, maybe looking into integrating it into other frameworks like Genie.jl

HiperMaximus avatar Jun 15 '22 03:06 HiperMaximus

could you help writing tests for duckdb.

there's duckdb juliakpkg tests

  • https://github.com/duckdb/duckdb/tree/master/tools/juliapkg/test

we can rewrite tests by using Octo Repo.

  • https://github.com/wookay/Octo.jl/blob/master/test/adapters/duckdb/repo_test.jl

wookay avatar Jun 15 '22 06:06 wookay