Anne Ogborn
Anne Ogborn
"Jan has made recent updates to SWISH that allow HTML blocks to be inserted. It is also possible to hide most of the toolbars and console panes, resulting in a...
> Pengines is not a documentation format but the infra on which SWISH (among other things) runs, or am I missing something here? Some of the documentation for the pengines...
> Pack documentation should be written in plDoc. > The biggest issue with autodoc systems is that they discourage writing larger scale documentation. So, while yes, module and predicate level...
8cD you know, I think we're making a piece of semantic web here.
Can this method then assure that the pack will: a) appear properly on the list of packs page when it's downloaded for the first time? (eg we've seen issues with...
We want developers to be in control of when the pack is published, so yup, two predicates. It also gives us a roadmap for improvement - publish_pack can always have...
Hi ridho - I just collect the examples, so don't know this code. That said, to start the game: swipl tictactoe.pl ?- tictactoe. Looks like you type in coordinates to...
Here's the relevant code | moveUser(Board , NewBoard) :- showBoard(Board), put('*'),get_char(Y), get_char(_), name(Y , [X]), | | Loc is X - 48, !,procUserMove(Loc,Board,NewBoard). type in 0 thru 9 to play...
Just PR it
Instructions for playing - the spaces are numbered 0-9 type ?- tictactoe. to start type a number 0 thru 9 and a newline. Then youll see the board again and...