Re: [racket-users] numerical partitions

2017-11-09 Thread Iain Gray
many thanks to all Iain > On 9 Nov 2017, at 17:50, Jos Koot wrote: > > I have put my code at: https://github.com/joskoot/partitions > Best wishes, Jos > > -Original Message- > From: Iain Gray [mailto:iaing...@ednet.co.uk] > Sent: jueves, 09 de noviembre de 2

Re: [racket-users] numerical partitions

2017-11-09 Thread Iain Gray
al Message- > From: racket-users@googlegroups.com [mailto:racket-users@googlegroups.com] On > Behalf Of Iain Gray > Sent: jueves, 09 de noviembre de 2017 11:17 > To: Racket Users > Subject: [racket-users] numerical partitions > > Many years ago (r5rs days) I asked for help in

[racket-users] numerical partitions

2017-11-09 Thread Iain Gray
Many years ago (r5rs days) I asked for help in partitioning numbers i.e. (part 4) returns ((4) (3 1) (2 2) (2 1 1) (1 1 1 1)) where the order of solutions is not important. Is it more efficient to implement using Racket’s iteration macros? Any help would be appreciated. Iain -- You received

Re: [racket] Alt/Option key as meta on Mac

2010-08-15 Thread Iain Gray
Hi, with the UNIX Terminal in the Terminal menu choose Window Settings, then Keyboard and there is a checkbox for Use Alt key as Meta Key. Hope this helps, Iain On 12 Aug 2010, at 21:28, Charles Rich wrote: Hi, I tried searching the archives for an answer, but without success: Ss there a