[03:49:25] *** Joins: proteusguy (~proteusgu@cm-58-10-154-77.revip7.asianet.co.th) [04:06:02] *** Joins: drbean (~drbean@TC210-63-209-160.static.apol.com.tw) [06:12:55] *** Quits: proteusguy (~proteusgu@cm-58-10-154-77.revip7.asianet.co.th) (Remote host closed the connection) [06:30:56] *** Joins: proteusguy (~proteusgu@180.183.132.99) [11:00:15] *** Joins: gf-log-bot (~gf-log-bo@2002:8110:146d::1) [11:00:17] *** Server sets mode: +cnrt [11:54:26] *** Quits: proteusguy (~proteusgu@180.183.132.99) (Remote host closed the connection) [13:22:06] *** Quits: drbean (~drbean@TC210-63-209-160.static.apol.com.tw) (Read error: Connection reset by peer) [13:22:20] *** Joins: drbean (~drbean@TC210-63-209-175.static.apol.com.tw) [15:12:53] *** Joins: proteusguy (~proteusgu@cm-58-10-208-84.revip7.asianet.co.th) [23:51:25] *** Joins: bluemanblue (~manjaro-g@24.182.19.223) [23:52:12] how do you deal with backslash not parsing when its in a string expression? [23:52:36] ie Lam v exp = {s = "(" ++ v.s ++ "b" ++ exp.s ++ "c" ++ ")" } ; [23:53:35] works fine but gives a syntax error when loading into gf Lam v exp = {s = "( \" ++ v.s ++ "b" ++ exp.s ++ "c" ++ ")" } ;