Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
y2k committed Dec 30, 2024
1 parent 8524c85 commit e09800e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Статически типизированный встраиваемый LISP с интеропом
# Embedded LISP with Interop

### Примеры использования
### Usage Examples

- https://github.com/y2k/relax_cats_bot
- https://github.com/y2k/declarative_ban_bot
- https://github.com/y2k/charge_timer (с компиляцией в Java для Android)
- https://github.com/y2k/charge_timer (compiled to Java for Android)
- https://github.com/y2k/declarative_notify

### Платформы компиляции
### Compilation Platforms

- JS
- Java
- Интерпретатор
- Interpreter
- "Bytecode" for JVM Interpreter

### Пример кода
### Code Example

```clojure
(ns app
Expand Down

0 comments on commit e09800e

Please sign in to comment.