Hi Joachim, On 01/06/2012, at 21:34, Joachim Schimpf wrote: > Paulo Moura wrote: >> Hi, >> It would be possible to add support for the user_input, user_output, and user_error standard stream aliases (at least in the "iso" library) in the next releases of ECLiPSe? I need to write to user_error in a portable way but ECLiPSe is the only Prolog compiler (supported in Logtalk) that is missing these stream aliases. Hopefully, they are easy to add. > > Yes, I have it done already, among a lot of other ISO stuff, > but not yet checked in... Coming soon That's good news :-) Will subsumes_term/2 also make the cut? Currently I'm using: :- ensure_loaded(library(metutl)). subsumes_term(General, Specific) :- metutl:subsumes_chk(General, Specific). But it would be best to move this to the "iso" lib. Have a nice weekend. Cheers, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura, PhD Assistant Professor Dep. of Computer Science, University of Beira Interior 6201-001 Covilhã, Portugal Office 3.18 Ext. 3276 Phone: +351 275 242081 Fax: +351 275 319899 Email: <mailto:pmoura_at_di.ubi.pt> Home page: <http://www.di.ubi.pt/~pmoura> Research: <http://logtalk.org/> Blog: <http://blog.logtalk.org/> -----------------------------------------------------------------Received on Fri Jun 01 2012 - 20:37:49 CEST
This archive was generated by hypermail 2.2.0 : Sat Jul 07 2012 - 06:17:02 CEST