battle programmers alliance
Would you like to react to this message? Create an account in a few clicks or log in to continue.

battle programmers allianceLog in

the LivinGrimoire Artificial General Intelligence software design pattern forum

descriptionmajor updates Emptymajor updates

more_horiz

Code:


Chobits chi = new Chobits();
chi.addSkill(new DiHelloWorld());
System.out.println(chi.think("hello","",""));
System.out.println(chi.think("","",""));


that is the new hello world example
using the livingrimoire is much simpler now as you can see.

there is no need to handel the kokoro attribute in the c'tor.
adding a skill is a method in the chobits object.

major updates to the livingrimoire book, mainly I invite you to check out the chobits API chapter

https://github.com/yotamarker/public-livinGrimoire/blob/master/livingrimoire%20start%20here/the%20living%20grimoie.pdf

better documentation, better LG core class names.

the java ver was the original PL in which the LG was written. than it was translated to kotlin, python, swift and again java
with each translation it keeps just getting better, kind of like a beautiful sculpture.

the livingrimoire is an AGI software design pattern and the most efficient way to program.

descriptionmajor updates EmptyRe: major updates

more_horiz

descriptionmajor updates EmptyRe: major updates

more_horiz
updated the upgrade to the swift version as well

Code:


let neo = Chobits()
neo.addSkill(skill: DiHelloWorld())
print(neo.think(ear: "", skin: "", eye: ""))
print(neo.think(ear: "hello", skin: "", eye: ""))
print(neo.think(ear: "", skin: "", eye: ""))

descriptionmajor updates EmptyRe: major updates

more_horiz
python version updated to match updated java and swift livingrimoire core
here is an example hello world:

Code:

    neo:Chobits = Chobits()
    neo.addSkill(DiHelloWorld())
    print(neo.think("","",""))
    print(neo.think("hello", "", ""))
    print(neo.think("", "", ""))


:s44:
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum
power_settings_newLogin to reply