-
Notifications
You must be signed in to change notification settings - Fork 7
Is this production-ready? #3
Comments
I would also like to see comparison with |
Yes, you should be able to drop this in as a replacement for Downsides:
-import Control.Lens
+import Silica
foo :: Lens' Foo Bar
-foo = whatever
+foo = fromRawLens whatever fromRawLens has the type |
What about performance? |
Maybe |
When you're asking about performance, it's important to specify what performance you're talking about. If you're talking about the performance of developers' efficiency in producing working and adaptable code, then this library is already leaps and bounds beyond |
I would be very interested in using this, so it would be nice if it were updated to support newer versions of GHC. |
@RobertFischer I've not actually had any significant trouble using |
Could someone use this instead of
lens
? Are there downsides?The text was updated successfully, but these errors were encountered: