add lens note in readme

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-18 13:31:46 -06:00
parent 733151cf2f
commit 4f293058f1

View File

@ -1,6 +1,9 @@
# HushGP # HushGP
A PushGP implementation in Haskell A PushGP implementation in Haskell
This branch is meant to overhaul the system with the lens
library for more abstraction.
## Tasks ## Tasks
* [ ] Post minimal core of exec to haskell discourse for advice about speed optimization. * [ ] Post minimal core of exec to haskell discourse for advice about speed optimization.
* [x] Do test-driven development on this one. * [x] Do test-driven development on this one.