reflex-frp/reflex-vty
Fork: 26 Star: 140 (更新于 2024-11-02 13:01:25)
license: BSD-3-Clause
Language: Haskell .
Build terminal applications using functional reactive programming (FRP) with Reflex FRP.
最后发布版本: v0.5.2.1 ( 2024-05-25 09:59:31)
reflex-vty
Build terminal applications using functional reactive programming (FRP) with Reflex FRP.
Feature requests, pull requests, and other feedback are welcome and appreciated (see the contribution guide). This library is still experimental, so big changes are possible!
How to Build
With reflex-platform
Enter a nix-shell for the project:
git clone https://github.com/reflex-frp/reflex-vty.git
cd reflex-vty
nix-shell
From within the nix-shell you can:
- Run the example:
cabal repl example
- Load the library in the repl:
cabal repl reflex-vty
- Build the example executable:
cabal build example
- Build the docs:
cabal haddock
- Run ghcid for immediate compiler feedback when you save a .hs file:
ghcid -c "cabal repl reflex-vty --ghc-options=-Wall"
- etc.
Selecting a compiler
When entering the nix-shell, you can select from the following compilers: ghc-8.10.7 and ghc-9.4.3. By default, ghc-8.10.7 is selected. To enter a shell with ghc-9.4.3, run:
nix-shell --argstr compiler ghc943
You may need to run cabal clean
and cabal configure -w ghc-9.4.3
if you were previously working on the project with a different compiler.
With cabal
Please see the tested-with
field of the cabal file for known-compatible versions of GHC.
From the reflex-vty project directory:
# nix-shell -p cabal-install binutils icu # for nix users
cabal new-configure
cabal new-build # to build the library and example
cabal new-repl # to enter a repl for the library
cabal new-repl example # to enter a repl for the example executable
最近版本更新:(数据更新于 2024-08-25 10:50:12)
2024-05-25 09:59:31 v0.5.2.1
2024-01-26 04:50:35 v0.5.2.0
2023-07-08 05:17:50 v0.5.1.0
2023-07-06 22:16:29 v0.5.0.0
2023-05-25 07:06:24 v0.4.1.1
2023-04-03 23:55:23 v0.4.1.0
2023-03-21 02:47:35 v0.4.0.0
2022-12-23 23:36:41 v0.3.1.1
2022-12-07 02:37:42 v0.3.1.0
2022-10-10 20:35:26 v0.3.0.0
主题(topics):
frp, functional-reactive-programming, haskell, reflex-frp, terminal, tui, vty
reflex-frp/reflex-vty同语言 Haskell最近更新仓库
2024-08-22 12:09:58 ivanperez-keera/dunai
2023-11-11 06:13:10 clash-lang/clash-compiler
2022-08-13 21:55:30 HeinrichApfelmus/reactive-banana
2016-10-03 14:00:16 z0w0/helm
1970-01-01 00:00:00 gelisam/frp-zoo
1970-01-01 00:00:00 haskellweekly/reveille