Skip to content

Commit 56f2d11

Browse files
committed
Add details about generation for other languages and Pharo connector
1 parent 8f80fd0 commit 56f2d11

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

libs/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ This folder contains the various bindings to develop external devices with Nalle
44

55
Please refer to the technology you want to use for your external device:
66

7-
* `js/` JavaScript/TypeScript (external neuron)
8-
* `python/` Python (external neuron + client to drive a session)
9-
* `llms/` LLM system prompt / reference document for AI-driven session control
7+
* `js/` - JavaScript/TypeScript (external neuron)
8+
* `python/` - Python (external neuron + client to drive a session)
9+
* `llms/` - LLM system prompt / reference document for AI-driven session control
1010

11-
To write a connector in a new language, see [PORTING.md](PORTING.md).
11+
A connector for Pharo (modern Smalltalk dialect) is avaiable in an [other github repository](https://github.com/dr-schlange/nallely-pharo). It would have been possible to integrate the source code in this repository, but it would have been potentially painful to maintain later.
12+
13+
14+
## Write a connector in a new language
15+
16+
To write a connector in a new language, see [PORTING.md](PORTING.md). This document have been generated by an LLM for LLMs, you can either follow it manually and write the connector for your language yourself, it's trivial, but if you prefer, you can feed this file and the [LLM skill file](./llms/nallely-llm-skill.md) to an LLM and ask for the connector in your language.

0 commit comments

Comments
 (0)