Skip to content
StavWasPlayZ edited this page Apr 14, 2026 · 17 revisions

Welcome to the Codesh wiki!

Esolang Wiki

Before getting serious about Codesh programming, it is recommended to first scout the Codesh Esolang Wiki to better understand the language design.

Table of Contents

IDEs

Kate and KDevelop offer the best support for RTL coding. Both are extremely recommended for writing in Codesh, with Kate being more lightweight.

Codesh provides support for both editors - including syntax highlighting, indentation, and more.

LSP

The Motzie B'She'ela is additionally an LSP that can be enabled using the --lsp flag:

codeshc --lsp

...allowing integration with any IDE that supports the Language Server Protocol (including the aforementioned editors).

Clone this wiki locally