Javier de Silóniz Sandino

Results 18 issues of Javier de Silóniz Sandino

We should take a look on RxSwift, and how it works alongside Second Bridge, in a near future. Coming up with an app using both would be a great way...

contributor friendly

Playgrounds examples are nice, but it would be great to have some examples of using Functional Programming concepts, immutable data types, combinators, etc... in some real small apps. Maybe have...

contributor friendly

Complementary to #41, it'd be great to have an implementation for the Task monad in Second-Bridge.

Swiftz has an implementation of the State monad. Take a look at it, and see if it's worthy to add on it (i.e.: Scala has a different syntax, how it...

Take a look at Swiftz's new implementation of Streams and see how we can bring it to Second Bridge data-types and the Traversable/Iterable protocols.

contributor friendly

Implementation of the Try monad, based on Scala's syntax, using the new try-catch clauses in Swift.

contributor friendly

After introducing the missing instruction `LD A, addr` (as in `LD A, 050` to access mem bank 0 - addr 50), the whole labeling system has broke (in 0.1.3). The...

- Implement a proper print format for errors as the current one is not suitable for developers wanting to do anything serious. - Try to accumulate errors if possible. -...