02:23 (quit) offby1: Remote host closed the connection 02:55 (quit) Yann1: Read error: Operation timed out 02:56 (join) Yann1 03:20 (join) Gwyth 03:22 Gwyth: Hi y'all. Pretend I have this: 03:22 Gwyth: (define (fun1 arg1) (sqr arg1)) 03:22 Gwyth: (define a1 "fun1") 03:22 Gwyth: I want to write something like: 03:23 Gwyth: (a1 2) 03:23 Gwyth: so that it would figure out that it's fun1 that it needs to execute. 03:23 Gwyth: How to write this, please? 03:34 (quit) Gwyth: Ping timeout: 245 seconds 03:35 (join) writer 03:41 (join) Gwyth 03:43 Gwyth: (FYI: I am going afk - please kindly respond to my question above when you can anyway, even if my wireless disconnects - I will find your answer in the irc log.) 04:06 (quit) writer: Quit: writer 04:11 (join) writer 04:11 (quit) writer: Remote host closed the connection 04:14 (join) abbe 04:17 (quit) abbe: Client Quit 04:17 (join) abbe 04:18 (quit) abbe: Client Quit 04:18 (join) abbe 04:19 (quit) abbe: Client Quit 04:29 (join) abbe 04:34 (quit) abbe: Quit: abbe 04:34 (join) abbe 04:44 (join) mceier 05:07 (quit) hanDerPeder: Quit: hanDerPeder 05:12 (quit) Fare: Quit: Leaving 05:38 (join) lucian_ 05:40 (join) hanDerPeder 06:04 (quit) jao: Ping timeout: 245 seconds 06:24 (join) MayDaniel 06:29 (nick) lucian_ -> lucian 06:35 (quit) MayDaniel: 06:39 (join) kingping 06:39 kingping: (moin) 06:44 kingping: I'd like to use racket hash functions: hash, make-hash and make-weak-hash. Searching make-hash function in documentation shows the article refers me to the document hashtables.html which says one has to (require racket/hash) to use hashes, but it didn't work for me, though (require racket/serialize) does. Is it ok ? 07:07 (join) MayDaniel 07:16 (quit) MayDaniel: Read error: Connection reset by peer 07:24 (join) masm 07:55 (quit) Gwyth: Ping timeout: 265 seconds 08:52 (join) b-man_ 09:17 (join) Gwyth 09:21 (join) MayDaniel 09:42 (quit) Yann1: Remote host closed the connection 10:18 (quit) kingping: Quit: Vale. 10:21 (join) philo 10:21 philo: hi 10:21 philo: so any one working on a qt bindings for racket ? 10:24 (quit) Gwyth: Ping timeout: 276 seconds 10:36 (quit) b-man_: Remote host closed the connection 10:44 (join) Gwyth 10:50 (join) rmitt 11:03 (quit) Gwyth: Ping timeout: 255 seconds 11:12 (quit) MayDaniel: Ping timeout: 264 seconds 11:12 (quit) em: Ping timeout: 255 seconds 11:42 (join) anRch 11:50 mattmight: I'm wishing I could mark struct fields #:lazy, so that they're initialized on first reference. 11:50 (join) Gwyth 12:02 Lajla: I'm wishing for world peace, julian assange, jimbo wales and lary page ruling the world with Richard Stallman being minister of software freedom and Stephen Conroy put on display prominently in the Parisian conservatives-zoo. 12:10 rmitt: a fascinating scenario 12:11 rmitt: though i'd prefer the versailles zoo 12:12 (quit) Gwyth: Ping timeout: 265 seconds 12:18 (join) emma 12:23 (join) Gwyth 12:26 (join) Gwyth` 12:26 (quit) Gwyth`: Remote host closed the connection 12:27 (join) Gwyth` 12:27 (quit) Gwyth`: Remote host closed the connection 12:28 (quit) Gwyth: Ping timeout: 245 seconds 12:29 philo: loking for a good definition or description of the "expander" ? 12:42 (quit) anRch: Quit: anRch 12:43 Lajla: rmitt, fascinating scenarios are my middle name. 12:47 (quit) tv|z: Ping timeout: 255 seconds 12:49 rmitt: lajla: we have a lot in common; my middle name is "scrumpcious." 12:49 (join) tv|z 12:50 Lajla: rmitt, are you also boundlessly briliant? 12:50 Lajla: As am I 12:50 rmitt: not boundlessly...just run-of-the-mill brilliant. 12:55 Lajla: rmitt, but you do wield the power cosmic, don't you? 12:55 Lajla: Able to transfuse the elements and hurl cosmic bolts of awesome power. 13:57 (join) jao 14:46 (join) Gwyth 14:47 (join) b-man_ 14:57 (quit) Gwyth: Ping timeout: 240 seconds 15:04 (join) Gwyth 15:10 (nick) emma -> em 15:17 (quit) Gwyth: Ping timeout: 265 seconds 15:20 (quit) b-man_: Remote host closed the connection 15:49 Demosthenes: is there support for regexp named capture in scheme/racket? as opposed to positional parameters? 16:01 (quit) rmitt: Quit: Page closed 16:03 (join) b-man_ 16:13 eli: Demosthenes: If you mean the thing that you get with Python, then no. 16:14 Demosthenes: /(?value)/ 16:14 Demosthenes: perl 5.10 introduced them 16:16 (quit) philo: Ping timeout: 265 seconds 16:42 eli: Demosthenes: Sounds similar. 16:50 Demosthenes: just a way to return k/v pairs instead of positional matches 16:59 (quit) orlandu63: Quit: WeeChat 0.3.3 17:09 (join) Gwyth 17:13 (join) parcs 17:14 (quit) parcs: Client Quit 17:15 (join) parcs 17:22 (join) anRch 17:29 (nick) abbe -> everyone 17:29 (nick) everyone -> abbe 17:55 (quit) mceier: Quit: leaving 18:00 (quit) Guest1821: Read error: Operation timed out 18:04 (quit) parcs: Read error: Operation timed out 18:04 (quit) jao: Remote host closed the connection 18:05 (join) parcs 18:08 (join) ASD 18:09 (nick) ASD -> Guest74073 18:21 eli: Demosthenes: Yes, that's what I saw in Python. Racket doesn't have it as a built-in feature. 18:22 (join) jao 18:29 Demosthenes: i don't think it'll be difficult to make a function to wrap around regexp-match and pull out the keys then process the regexp, then merge the keys/values 18:29 Demosthenes: its better than positional parameters 18:41 (quit) anRch: Quit: anRch 18:55 (nick) em -> emma 19:03 (quit) abbe: Quit: abbe 19:05 (quit) b-man_: Remote host closed the connection 19:12 (nick) emma -> em 19:18 (join) mwolfe 19:21 mwolfe: I am trying to setup drracket so I don't have to use relative paths like "../folder1/test.rkt" when requiring a file. I've tried setting the collection paths in the choose language dialog, but that doesn't seem to work. I would like to be able to require the file like this "folder1/test.rkt". Am I looking in the right place with collection paths? Any pointers would be great! Thanks. 19:30 mwolfe: Found it, exporting the env variable PLTCOLLECTS to the project root folder that i wanted worked. 19:30 (quit) mwolfe: Quit: Page closed 19:34 eli: Demosthenes: Yes, it won't be too hard, and if you end up with something useful we can get it into the core -- it's something that I thought about implementing a few times. (The real fun is using these names to get recursive calls.) 19:34 (quit) hanDerPeder: Quit: hanDerPeder 19:43 Demosthenes: eli: really, i'm worried about the unusual use cases. for what i'm doing i need just really basic names to capture a plain regexp. the syntax starts to resemble line noise when you start doing look ahead/behind and setting options ;] 19:43 Demosthenes: i know the common lispers tried to make a S-expression syntax for regular expressions at one point 19:45 eli: IiRC, schemers did it earlier, look up SRE. 19:45 eli: Also, see the parser tools library, which might be more fitting. 20:01 Demosthenes: yeah, i typically do alot of data extraction work. perl was always a natural choice given the flexibility of the regexp engine 20:01 Demosthenes: working on similar to learn scheme 20:30 (join) jonrafkind 20:42 (quit) parcs: Quit: WeeChat 0.3.3 20:43 (join) parcs 20:45 (quit) parcs: Remote host closed the connection 20:46 (join) parcs 22:21 (quit) jao: Ping timeout: 240 seconds 23:43 (quit) lucian: Remote host closed the connection 23:46 (nick) em -> emma