Re: [racket] Question about reading string on a file

2011-05-17 Thread Jos Koot
] On Behalf Of jimmy dura Sent: 17 May 2011 11:05 To: users@racket-lang.org Subject: [racket] Question about reading string on a file Hello, i am a french student, sorry for my english. My problem is : I want to write an A-List on a file Diary.txt , this A-list contains couples of a symbol

Re: [racket] Question about reading string on a file

2011-05-17 Thread Danny Yoo
 I want to write an A-List on a file Diary.txt , this A-list contains couples of a symbol and a string. Example : '((17/05/2011 Hello guys) (18/05/2011 good morning)) . But I have a problem when I read this A-List from the file with the function (read p-in), it transforms strings to symbol ..