Making a game with core.logic

2019-10-16 Thread Pepijn de Vos
Hey all, A couple of days ago I had this idea for a strategy/puzzle game based on making logic circuits. The basic idea is that each player has a secret binary pattern they need to output to win. They do this by placing tiles with basic logic gates (AND, OR, XOR, NAND, NOR) to connect certain

Re: Lispers of Legends

2015-08-17 Thread pepijn de vos
- but this looks really cool. I'm not sure if I'll have any time to help out but I'll definitely keep an eye on your project to see what you come up with. On Sunday, August 16, 2015 at 1:02:46 AM UTC-4, Pepijn de Vos wrote: Hi all, Are there any League of Legends players on this list? Riot has

Lispers of Legends

2015-08-15 Thread Pepijn de Vos
Hi all, Are there any League of Legends players on this list? Riot has announced the second API challenge, and there is lots of fun and prizes to be had. https://developer.riotgames.com/discussion/announcements/show/2lxEyIcE I'm building something in the item set category. I'm using Simulated

Re: require goog.editor.ContentEditableField not working

2012-08-31 Thread Pepijn de Vos
://code.google.com/p/closure-library/source/list?path=/trunk/closure/goog/editor/contenteditablefield.jsstart=2035). Are you sure that the version of the Google Closure Library that you use with ClojureScript is recent enough? -Gijs On Thursday, August 30, 2012 1:54:41 PM UTC+2, Pepijn de

require goog.editor.ContentEditableField not working

2012-08-30 Thread Pepijn de Vos
I finally started trying some ClojureScript, hoping things would be working and documented, but I'm still having a lot of trouble even getting a simple app together. cljs-build does a fair job at getting a working setup in a few minutes, but there is still a lot of things that are just because

Re: Leiningen 2.0.0-preview1

2012-03-08 Thread Pepijn de Vos
Yay, cool! I've run into a problem with lein run though. It didn't take any input, so I ran lein trampoline run instead, which did this: http://pastebin.com/GBkpC0BP Pepijn On Mar 7, 11:28 pm, Phil Hagelberg p...@hagelb.org wrote: Hello folks! I'm proud to announce the release of Leiningen

ClojureScript for CouchDB

2011-09-13 Thread Pepijn de Vos
While reading about ClojureScript, I saw a couple of mentions of CouchDB as a use case for ClojureScript. Would anyone care to elaborate? Is this anything more than an abstract idea? There is no CouchDB compile target AFAIK, and I can't see how any of the others would work out of the box. The

Re: ClojureScript for CouchDB

2011-09-13 Thread Pepijn de Vos
What needs to be done? Pepijn On Sep 13, 2011, at 2:30 PM, Stuart Sierra wrote: Just an idea at the moment. We need more people with knowledge of CouchDB to work on it. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups Clojure

rewriting seque

2011-04-22 Thread Pepijn de Vos
/closing-a-blocking-queue Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members

Shaping my game API

2011-04-04 Thread Pepijn de Vos
the ability to store arbitrary data on the object. This can be circumvented by using the extension model. But having now defined even more methods, I place an even larger implementation burden on the child type. What would be a clean way to do this? Groeten, Pepijn de Vos -- Sent from my iPod

ANN: ArmageDOM: XML DSL

2011-02-05 Thread Pepijn de Vos
with closures and trampoline, or a restructuring that avoids this, but it hurts my brain, and it works for now. https://github.com/pepijndevos/ArmageDOM/blob/master/src/armagedom/dom.clj#L34 Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl P.S. If anyone wants to do

There is no such thing as IAtom

2010-12-05 Thread Pepijn de Vos
for Ref and Agent, but raek suggested this might be because they are more complex and integrated with the STM. Is there a good reason why I'm not allowed to implement my own atom? If not, can it be added? Thanks. Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl -- You

clojure.core function decision tree

2010-11-10 Thread Pepijn de Vos
. Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

Python is way faster than Clojure on this task

2010-11-04 Thread Pepijn de Vos
://dl.dropbox.com/u/10094764/World2.zip Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members

[Bug] StackOverflowError while using map inside a reduce

2010-11-02 Thread Pepijn de Vos
inefficient for small operations like this. The one-liner: http://gist.github.com/659491 The project: http://github.com/pepijndevos/Clomian/blob/master/src/clomian.clj#L33 I hope this can get fixed or that someone can give me a better solution. Groeten, Pepijn de Vos -- Sent from my iPod