Search
Results
Large language models and the rise of the AI code generators | InfoWorld
[https://www.infoworld.com/article/3696970/llms-and-the-rise-of-the-ai-code-generators.html] - - public:mzimmerm
Review of LLM specialized for code generation
OpenAI Codex - Wikipedia
[https://en.wikipedia.org/wiki/OpenAI_Codex] - - public:mzimmerm
Model which generates code for Python, Javascript, Go, Shell, Perl, Swifg, Ruby, PHP
codellama (Code Llama) - Huggingface model for generating programs. Maybe can be used for Newspeak?
Coroutine - Wikipedia
[https://en.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
Coroutine is a routine which can yield. Coroutines are typically scheduled cooperatively (=non-preemptively). Coroutines are similar to threads, although threads are typically scheduled preemptively (scheduler pre-empts=forces execution to pause and yield, even without yield in the language)
