Shop OBEX P1 Docs P2 Docs Learn Events
hi — Parallax Forums

hi

havenganhavengan Posts: 4
edited 2010-02-02 12:02 in Propeller 1
hi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hihi hi

Comments

  • RossHRossH Posts: 5,519
    edited 2010-02-02 10:41
    Looks like MIT have finally got their Popeller-based AI working!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Catalina - a FREE C compiler for the Propeller - see Catalina
  • heaterheater Posts: 3,370
    edited 2010-02-02 10:55
    RossH, thanks, I'm try to drink coffee here [noparse]:)[/noparse]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    For me, the past is not over yet.
  • MagIO2MagIO2 Posts: 2,243
    edited 2010-02-02 10:58
    I think the propeller is so easy to program, that SPIN/PASM has been introduced as first language in some elementary schools - or maybe in kindergardes? So, let's welcome them:
    OBJ
      tv: "TV_text"
      forum: "ForumAccess"
    pub
      tv.start( 12 )
      tv.str( string("Hello and welcome to the propeller forum! Don't hesitate to answer your questions in SPIN. It's easier to read for us than baby-language.") )
      repeat
        forum.waitForAnswer( string("f=25&m=423600") )
    
    
  • HumanoidoHumanoido Posts: 5,770
    edited 2010-02-02 11:00
    RossH said...
    Looks like MIT have finally got their Popeller-based AI working!
    I think it's stuck. It seemed to be working on the other three.
  • heaterheater Posts: 3,370
    edited 2010-02-02 11:04
    MagicIO2: Could you elaborate on that "ForumAccess" object? Perhaps release the code.

    With that last finishing touch, my self-programming Propeller AI project would be able to ask the forum for itself every time it got stuck on a tricky problem and I would have some free time to get on with other things.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    For me, the past is not over yet.
  • MagIO2MagIO2 Posts: 2,243
    edited 2010-02-02 12:02
    Sorry heater, but it's a commercial object I had to develop for the BORG to avoid being assimilated by myself. It improved the assimilation efficiency by 98%. They used a 8086 before, because it's more common in space applications.
Sign In or Register to comment.