https://github.com/martinklepsch/clojurescript-gpt
An open-source custom GPT aimed at supporting developers working with ClojureScript (and JavaScript)
https://github.com/martinklepsch/clojurescript-gpt
chatgpt clojurescript customgpt
Last synced: 3 months ago
JSON representation
An open-source custom GPT aimed at supporting developers working with ClojureScript (and JavaScript)
- Host: GitHub
- URL: https://github.com/martinklepsch/clojurescript-gpt
- Owner: martinklepsch
- Created: 2024-03-22T10:44:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T11:23:12.000Z (about 1 year ago)
- Last Synced: 2025-01-29T13:46:43.518Z (4 months ago)
- Topics: chatgpt, clojurescript, customgpt
- Homepage: https://bit.ly/clojurescript-gpt
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClojureScript GPT
[](https://bit.ly/clojurescript-gpt)
This is an attempt at creating a ClojureScript aware 'coding buddy' helping
with some of the grunt work of working in an ecosystem that has less examples
available than its base ecosystem, Javascript.It's main feature is to generate idiomatic ClojureScript (and dialects like
squint, cherry), based on Javascript code.It focuses on ClojureScript (and its dialects) only.
## It's not great (yet)
Currently it will still try to use `core.async` when asking for squint code and
things like that but I hope with expanding `knowledge/` that can be adjusted.## Contribute!
This could be an interesting attempt at making ClojureScript more accessible
and mitigate some of the downside of the smaller ecosystem. If you think that's cool,
please consider contributing files in the `knowledge/` directory.You can find the base instructions in `gpt-instructions.md`.
You can also add specific files that are available on the web by extending the `bb fetch` task.
I will try to update the GPT with new files quickly.
