Håvard Fossli

Results 159 comments of Håvard Fossli

Yep, I'm creating operator overloads as we speak :)

I'm currently at this point ``` swift let solver = Solver() let v1 = Variable() let v2 = Variable() try solver.add(v1 / 2 == v2 * 3) try solver.add(v1 +...

Yep, that's what Rhea did as well. søn. 20. nov. 2016 kl. 14.11 skrev Xavier Wang [email protected]: > the correct way to avoid a == b > Expression = Variable...

Currently - you have the core implementation in c - you have a lua wrapper - you have a c++ wrapper - I am writing a swift wrapper Should we...

Sounds good. I'm packing quite a lot into the swift wrapper. So I think I will divide my code as following - amoeba-swift (just a swift wrapper) - ameoba-swift-parsing (string...

How's the c++ project going btw?

I see. How big is that file (line count)?

I think it would make sense if DyCI is active whenever xcode is in debug mode.

It would be truly awesome if we could include DyCI as a package in http://alcatraz.io/ !