From fabrice.leal.ch at gmail.com Tue Jul 12 10:36:27 2016 From: fabrice.leal.ch at gmail.com (Fabrice Leal) Date: Tue, 12 Jul 2016 11:36:27 +0100 Subject: mcclim on windows? Message-ID: hey, any pointers on using mcclim on windows? i was able to install it using quicklisp, but it always throws the same error when i try to run (clim-demo:demodemo) The value NIL is not of type NUMBER [Condition of type TYPE-ERROR] Restarts: 0: [USE-LOCALHOST] Use local unix display 1: [RETRY] Retry SLIME REPL evaluation request. 2: [*ABORT] Return to SLIME's top level. 3: [ABORT] abort thread (#) -- --- Fabrice Leal -------------- next part -------------- An HTML attachment was scrubbed... URL: From fabrice.leal.ch at gmail.com Tue Jul 12 10:39:14 2016 From: fabrice.leal.ch at gmail.com (Fabrice Leal) Date: Tue, 12 Jul 2016 11:39:14 +0100 Subject: Implementing new backends? Message-ID: I've read that there's been some work documenting mcclim's internals, i was wondering how hard can it be to implement a new backend? Like implementing a sdl2 backend, for instance (I've been fantasizing of making a xconq like clone using only sbcl + sdl2) -- --- Fabrice Leal -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel at turtleware.eu Tue Jul 12 10:58:45 2016 From: daniel at turtleware.eu (Daniel =?utf-8?Q?Kochma=C5=84ski?=) Date: Tue, 12 Jul 2016 12:58:45 +0200 Subject: Implementing new backends? In-Reply-To: References: Message-ID: <87eg6zxguy.fsf@turtleware.eu> Hey, Fabrice Leal writes: > I've read that there's been some work documenting mcclim's internals, i was > wondering how hard can it be to implement a new backend? > > Like implementing a sdl2 backend, for instance (I've been fantasizing of > making a xconq like clone using only sbcl + sdl2) some preliminary work has been done to make implementing a new backends easier (we have removed some incorrect assumption from the code). That said, we didn't start the documentation for implementing a new backends. Implementing sdl2 backend would require some work on figuring things out from the source code. I think it is doable by one person, but not easy (I don't have much experience with backends yet, so this opinion may be misleading). Best ragards, Daniel -- Daniel Kochma?ski ;; aka jackdaniel | Pozna?, Poland TurtleWare - Daniel Kochma?ski | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi From daniel at turtleware.eu Tue Jul 12 10:59:54 2016 From: daniel at turtleware.eu (Daniel =?utf-8?Q?Kochma=C5=84ski?=) Date: Tue, 12 Jul 2016 12:59:54 +0200 Subject: mcclim on windows? In-Reply-To: References: Message-ID: <87d1mjxgt1.fsf@turtleware.eu> Hey, Fabrice Leal writes: > hey, any pointers on using mcclim on windows? i was able to install it > using quicklisp, but it always throws the same error when i try to run > > (clim-demo:demodemo) > > The value > NIL > is not of type > NUMBER > [Condition of type TYPE-ERROR] > > Restarts: > 0: [USE-LOCALHOST] Use local unix display > 1: [RETRY] Retry SLIME REPL evaluation request. > 2: [*ABORT] Return to SLIME's top level. > 3: [ABORT] abort thread (#) for now McCLIM doesn't work on Windows (the only working backend is targeting Xorg server). We hope to change it in the future (ie providing backend for Windows). Best regards, Daniel -- Daniel Kochma?ski ;; aka jackdaniel | Pozna?, Poland TurtleWare - Daniel Kochma?ski | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi