User Activity

  • Modified a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Whith this code: ;Read command (defrule read-command (declare (salience -100)) (not (command $?)) => (println) (print "prompt:> ") (bind $?com (readline)) (bind $?comMulti (explode$ $?com)) (assert (command ?comMulti)) ) ;Unknown command (defrule unknown-command (declare (salience -100)) ?idCom <- (command $?com) => (println "Unknown command: " ?com) (retract ?idCom) ) (defrule CLIPS-command "Evals normal CLIPS commands from prompt, prefixed with CL Example: prompt:> CL (facts)" ?idCom<-(command...

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Whith this code: ;Read command (defrule read-command (declare (salience -100)) (not (command $?)) => (println) (print "prompt:> ") (bind $?com (readline)) (bind $?comMulti (explode$ $?com)) (assert (command ?comMulti)) ) ;Unknown command (defrule unknown-command (declare (salience -100)) ?idCom <- (command $?com) => (println "Unknown command: " ?com) (retract ?idCom) ) (defrule CLIPS-command "Evals normal CLIPS commands from prompt, prefixed with CL Example: prompt:> CL (facts)" ?idCom<-(command...

View All

Personal Data

Username:
mcventur
Joined:
2023-02-24 10:23:49.975000

Projects

  • No projects to display.

Personal Tools