--- Log opened Mon Mar 06 00:00:24 2006 02:50 -!- kanru [n=kanru@218-163-170-66.dynamic.hinet.net] has quit ["Leaving"] 05:29 -!- amep [n=amp@66-234-34-40.nyc.cable.nyct.net] has joined #nemerle 05:30 < amep> Hey there, I recently started learning nemerle and I love it. 05:32 < amep> However I'm having problems with functionals. Sometimes to functional values are equal by reference (f1 : object == f2) and sometimes they are not. Can anyone help? 07:24 -!- kanru [n=kanru@ip146.puli07.ncnu.edu.tw] has joined #nemerle 07:37 -!- kanru [n=kanru@ip146.puli07.ncnu.edu.tw] has quit [Read error: 104 (Connection reset by peer)] 07:56 -!- kanru [n=kanru@ip142.puli07.ncnu.edu.tw] has joined #nemerle 09:06 -!- kanru [n=kanru@ip142.puli07.ncnu.edu.tw] has quit ["Leaving"] 10:02 < malekith> amep: you should not relay on it 10:03 < malekith> amep: there is no rule when they are going to be ref-equal and when not, it depends on what closures they use and optimization the compiler chooses to use 11:26 -!- m3ga [n=erikd@adsl-64-136.swiftdsl.com.au] has joined #nemerle 12:25 -!- m3ga [n=erikd@adsl-64-136.swiftdsl.com.au] has quit ["disappearing into the sunset"] 12:50 < amep> malekith: Thanks. I can deal with that. 12:51 < amep> Another question: Is there a way to make an object "callable"? Like the () operator in C++ or the __call__ method in python. 12:54 < amep> I want to create a class that appear to be a method (like obj.Method() ) but also provides hooks for adding/changing features (like obj.Method.PreHook.Add( xFunctional ) ). 12:54 < amep> Thanks. 13:02 < malekith> I guess this is going to be hard 13:02 < malekith> you can use indexer to get similar functionality 13:02 < malekith> like obj[1,2] 13:04 < malekith> but it won't work if your ,,callable'' doesn't take any parameter 13:18 < amep> OK. Thanks. 13:46 -!- kanru [n=kanru@218-163-170-66.dynamic.hinet.net] has joined #nemerle 16:34 -!- kanru [n=kanru@218-163-170-66.dynamic.hinet.net] has quit [Read error: 113 (No route to host)] 16:40 -!- kanru [n=kanru@218-163-170-66.dynamic.hinet.net] has joined #nemerle 17:49 -!- nazgul` [n=51db9f01@lilith.ii.uni.wroc.pl] has joined #nemerle 17:49 -!- mode/#nemerle [+o nazgul`] by ChanServ 21:30 < CIA-3> kali * r6155 /nemerle/trunk/misc/nemerle.el: 21:30 < CIA-3> Big update of nemerle-mode for emacs. Indentation based syntax support 21:30 < CIA-3> was added. 23:38 -!- nazgul` [n=51db9f01@lilith.ii.uni.wroc.pl] has quit ["CGI:IRC"] --- Log closed Tue Mar 07 00:00:26 2006