https://github.com/kant2002/fable-repl-ua
REPL для мови Ф#
https://github.com/kant2002/fable-repl-ua
Last synced: over 1 year ago
JSON representation
REPL для мови Ф#
- Host: GitHub
- URL: https://github.com/kant2002/fable-repl-ua
- Owner: kant2002
- License: mit
- Created: 2023-03-14T13:29:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T14:24:08.000Z (over 2 years ago)
- Last Synced: 2024-10-11T20:39:00.465Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://kant2002.github.io/fable-repl-ua/
- Size: 14.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# REPL для мови Ф#
Інтерактивний сайт де можна спробувати мову [Ф#](https://github.com/kant2002/fsharp). Цей репл створений на базі [Fable Repl](https://github.com/fable-compiler/repl)
Для компіляції використовується [FSharp.Compiler.Ukrainian](https://www.nuget.org/packages/FSharp.Compiler.Ukrainian/0.0.1).
Приклади знаходяться у папці `samples`, якщо додати нові файли та змінити `samples\samples.json` то нові матеріали можна буде побачити онлайн.
Локальне тестування можно зробити запустив локальний веб-сервер. Наприклад встановивши NPM пакет `http-server`
```
http-server .
```