Here is a new video with the progress of my code e...
# share-your-work
d
Here is a new video with the progress of my code explorer project. It only works with js files, but it's using
tree-sitter
for parsing, so it just needs adding other grammars to add support for other languages. If anyone has an interesting gist of functional code with many small functions that will be a good example code to explore, please share it with me šŸ™
šŸ‘ 4
šŸ˜ 1
i
Not too long ago you were talking about these updates, and I'm happy to see 'Em! This looks great @Daniel Garcia . We mentioned before what your roadmap looked like language wise. Are you going to focus on additional language support next, or something more in the interface front? Just curious šŸ˜Š
Also, are you looking specifically for functional JS, or any language based same code that does a lot of no-side-effect operations?
d
Are you going to focus on additional language support next, or something more in the interface front?
There's a lot more exploration to do in the front end for now šŸ˜„
Also, are you looking specifically for functional JS, or any language based same code that does a lot of no-side-effect operations?
Functional JS would be great, but any other languages it's also ok, I'll translate the code to JS for now
šŸš€ 1
i
Iā€™m looking through my stuff and all I see are tons of side-effect laden functions and typealiases everywhere šŸ˜‚ Iā€™m gonna keep this in mind, lol.
y
so cool Daniel! this is one of those things that I felt the classic text editor always got a bit wrong, the jumping from function to function and all that, being able to build context for just the stuff you need is really cool, excited to see where this project goes
šŸ™Œ 1
s
super cool and definitely aligns with my own mental model / workflow that I hack together with an IDE right now šŸ˜“