Hello and welcome! 🎉 We're excited to have you explore the NeoHaskell Playground, a dynamic space where you can dive into NeoHaskell, an evolving dialect of Haskell designed for both newcomers and seasoned developers. NeoHaskell focuses on simplicity, productivity, and developer happiness, making coding both efficient and enjoyable.
To start using this playground, you'll need to install devenv.sh
. This setup works on WSL2, MacOS, and Linux. Let's get you up and running!
-
Clone the Repository
git clone https://github.com/your-username/neohaskell-playground.git cd neohaskell-playground
-
Enable devenv
devenv shell
-
Edit using Visual Studio Code You can use whatever text editor you like, but this playground comes pre-configured with recommended VSCode extensions so you can get up and running quickly.
With the repo set up, you can easily build and run your projects using the following commands:
-
Build the Project
neo-build
-
Run the Project
neo-run
And that's it! You're now ready to explore and experiment with NeoHaskell. If you encounter any issues or have questions, feel free to open an issue on our GitHub page, or even better, joining our Discord! We're here to help!
For more detailed documentation and examples, visit the NeoHaskell website.
We welcome contributions from the community! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request. Let's work together to make NeoHaskell even better!