convo-lang
No user record in our sample, but convo-lang has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but convo-lang has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
[dead]
You sparked an idea that I started working on today. It's more like `make` than `terraform` but will share principals from both. --- The idea is that convo files will serve as decencies of target outputs and those…
Hi everybody, I'm Scott, the creator of Convo-Lang. I created Convo-Lang to solve a lot of my personal needs while building AI applications. Convo-Lang originally started off as a prompt templating and conversation…
Thank you. I created Convo-Lang out of my needs as a developer building AI into applications so a lot of it features were driven by real world needs.
I remember seeing comments like this when React and JSX first hit the scene. It's different for sure, but it solves a real problem.
I very much agree with you. I wanted to minimal scripting language that worked with LLMs and had as few abstractions as possible. I'm actually working on a system that uses Convo-Lang scripts as form "sub-agents" that…
I like that :) thank you
Its both a library and a language. You can use it directly in TypeScript and Javascript using the `convo` tagged template literal function from the @convo-lang/convo-lang NPM package.…
Sometimes I feel like an LLM . I takes a little getting used to, but that is the same for any new language. And the Convo-Lang syntax highlighter helps to. The triple questions marks (???) are used to enclose natural…
I've already done that LOL
Its an interpreted language. The interpreter and parser are written in TypeScript so it does use Javascript at runtime but its not a transpiled language that is just converted to Javascript. The Convo-Lang CLI allows…