You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to support the Prolog prologue? So far, from the 15 predicates agreed so far, 8 are missing completely, and two are only partially conforming (length/2, between/3). Are there difficulties to implement them in Ciao? Does, e.g., call_nth/2 cause problems? So far there are six implementations that support it directly (GNU, Ichiban, Scryer, SWI, Trealla,YAP), with a further two (SICStus, ECLiPSe) at least having some implementation.
The text was updated successfully, but these errors were encountered:
Are there any plans to support the Prolog prologue? So far, from the 15 predicates agreed so far, 8 are missing completely, and two are only partially conforming (
length/2
,between/3
). Are there difficulties to implement them in Ciao? Does, e.g.,call_nth/2
cause problems? So far there are six implementations that support it directly (GNU, Ichiban, Scryer, SWI, Trealla,YAP), with a further two (SICStus, ECLiPSe) at least having some implementation.The text was updated successfully, but these errors were encountered: