Re: Beginner questions

2018-11-28 Thread Neil Jerram
Catonano writes: > Neil, > > Il giorno lun 19 nov 2018 alle ore 10:02 Neil Jerram < > n...@ossau.homelinux.net> ha scritto: > >> >> >> On 18 November 2018 19:33:31 GMT, Catonano wrote: >> >Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia >> > >> >ha scritto: >> > >> >> Hi >> >> >> >> I would

Re: Beginner questions

2018-11-27 Thread Catonano
Neil, Il giorno lun 19 nov 2018 alle ore 10:02 Neil Jerram < n...@ossau.homelinux.net> ha scritto: > > > On 18 November 2018 19:33:31 GMT, Catonano wrote: > >Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia > > > >ha scritto: > > > >> Hi > >> > >> I would like to learn more scheme and I would

Re: Beginner questions

2018-11-19 Thread Neil Jerram
On 18 November 2018 19:33:31 GMT, Catonano wrote: >Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia > >ha scritto: > >> Hi >> >> I would like to learn more scheme and I would like to make a small >CLI >> program that runs in the terminal and prompts the user for input and >> evaluates it. >>

Re: Beginner questions

2018-11-18 Thread Catonano
Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia ha scritto: > Hi > > I would like to learn more scheme and I would like to make a small CLI > program that runs in the terminal and prompts the user for input and > evaluates it. > > Is that possible with guile? In the REPL? > > Can someone poin

Re: Beginner questions

2018-10-30 Thread Alex Vong
swedebugia writes: > Hi > Hello, > I would like to learn more scheme and I would like to make a small CLI If you have time, I suggest you to watch the Structure and Interpretation of Computer Programs (SICP) lecture series[0][1]. It is a classic. The videos were recorded in 1986. However, the t

Re: Beginner questions

2018-10-30 Thread Mark H Weaver
Hi, swedebugia writes: > I would like to learn more scheme and I would like to make a small CLI > program that runs in the terminal and prompts the user for input and > evaluates it. This sounds like a description of Guile's REPL itself. Are you looking to implement your own simple REPL for ed

Re: Beginner questions

2018-10-30 Thread Alex Sassmannshausen
Hello! swedebugia writes: > Hi > > I would like to learn more scheme and I would like to make a small CLI > program that runs in the terminal and prompts the user for input and > evaluates it. > > Is that possible with guile? In the REPL? > > Can someone point me in the right direction for succ

Re: Beginner questions

2018-10-29 Thread Tk
Sent from ProtonMail mobile Original Message On 29 Oct 2018, 22:58, swedebugia wrote: Hi I would like to learn more scheme and I would like to make a small CLI program that runs in the terminal and prompts the user for input and evaluates it. Is that possible with guile? In th

Beginner questions

2018-10-29 Thread swedebugia
Hi I would like to learn more scheme and I would like to make a small CLI program that runs in the terminal and prompts the user for input and evaluates it. Is that possible with guile? In the REPL? Can someone point me in the right direction for succeding with that? -- --- Swedebugia