[go: up one dir, main page]

Activity for Jeff Thompson

  • Jeff Thompson Jeff Thompson posted a comment on a blog post

    Hello again Timmy. After a (long) delay, I finally got the time to support Python 3. Please see the latest release: https://sourceforge.net/projects/yieldprolog/files/yieldprolog/Yield%20Prolog%201.0.7/

  • Jeff Thompson Jeff Thompson created a blog post

    Yield Prolog 1.0.7 released

  • Jeff Thompson Jeff Thompson committed [r945]

    YP,py: In sortArray, use a key function to sort, for Python 3 compatibility.

  • Jeff Thompson Jeff Thompson committed [r944]

    Compiler.pyÑ When calling exec, use an explicit local scope for Python 3 compatibility.

  • Jeff Thompson Jeff Thompson committed [r943]

    YP.py: Check for both next() and __next__(), for Python 3 compatibility.

  • Jeff Thompson Jeff Thompson committed [r942]

    doc: Update the tutorial to use Python 3 print().

  • Jeff Thompson Jeff Thompson committed [r941]

    YP.py: Check for both next() and __next__(), for Python 3 compatibility.

  • Jeff Thompson Jeff Thompson committed [r940]

    Compiler.py: Use Python 3 compatible "in" syntax instead of has_key.

  • Jeff Thompson Jeff Thompson committed [r939]

    YP.py: Use Python 3 compatible "in" syntax instead of has_key.

  • Jeff Thompson Jeff Thompson committed [r938]

    Compiler.py: Use Python 3 compatible syntax for exec.

  • Jeff Thompson Jeff Thompson committed [r937]

    YP.py: Change iterators to Python 3 compatible syntax.

  • Jeff Thompson Jeff Thompson committed [r936]

    IndexedAnswers.py: Use Python 3 str() syntax.

  • Jeff Thompson Jeff Thompson committed [r935]

    Change to use Python 3 print() syntax.

  • Jeff Thompson Jeff Thompson committed [r934]

    Atom.py: Use BytesIO instead of StringIO, for Python 3 compatibility.

  • Jeff Thompson Jeff Thompson posted a comment on a blog post

    Hello Timmy. I will test if it works in Python 3.

  • Jeff Thompson Jeff Thompson committed [r933]

  • Jeff Thompson Jeff Thompson committed [r932]

    In docs, use the new Javascript syntax "function*" and "for (let x of ..." .

  • Jeff Thompson Jeff Thompson committed [r931]

    In Javascript IndexedAnswers and YP.unifyArrays, need to manually finalize all the iterators.

  • Jeff Thompson Jeff Thompson committed [r930]

    Global: In Javascript, use function* for generator functions. Replace obsolete array comprehensions.

  • Jeff Thompson Jeff Thompson committed [r929]

    Globally update "for each (var x in ...)" to "for (let x of ...)" .

  • Jeff Thompson Jeff Thompson committed [r928]

    Compiler: In convertStatementListJavascript, emit new syntax "for (let x of ...)" .

  • Jeff Thompson Jeff Thompson committed [r927]

    Globally update "for each (var x in ...)" to "for (let x of ...)" .

  • Jeff Thompson Jeff Thompson created a blog post

    Yield Prolog 1.0.6 Released

  • Jeff Thompson Jeff Thompson created a blog post

    Update for Firefox 46

  • Jeff Thompson Jeff Thompson committed [r926]

    README: Update the URL for News.

  • Jeff Thompson Jeff Thompson committed [r925]

    queryEditor.html: Just mention Firefox, not Firefox 3.

  • Jeff Thompson Jeff Thompson committed [r924]

    Recompile YieldProlog.js to get the new array comprehension syntax.

  • Jeff Thompson Jeff Thompson committed [r923]

    Use new JavaScript array comprehension syntax.

  • Jeff Thompson Jeff Thompson committed [d36d99]

    Moved the project to https://github.com/jefft0/...

  • Jeff Thompson Jeff Thompson committed [77b22d]

    If the URI has ct=contentType, use it with a Co...

  • Jeff Thompson Jeff Thompson committed [8ff38a]

    Added support to parse ?ct=<contentType>

  • Jeff Thompson Jeff Thompson committed [046665]

    Fix typo: hasSubclassOfLoop_ should default to ...

  • Jeff Thompson Jeff Thompson committed [2da9ae]

    Added haveSubclassOf and Item.StringComparer.

  • Jeff Thompson Jeff Thompson committed [5ea39c]

    Fix bug in Item, need to set Id in the construc...

  • Jeff Thompson Jeff Thompson committed [818c5e]

    In Item, store the id_. Added ToString.

  • Jeff Thompson Jeff Thompson committed [150a40]

    Use int[] to store property values to save memory.

  • Jeff Thompson Jeff Thompson committed [358e05]

    Add wikidata.cs

  • Jeff Thompson Jeff Thompson committed [6ed9bd]

    In literalString, but the starting ~ outside th...

  • Jeff Thompson Jeff Thompson committed [r922]

    In compiler, fix bug in convertFunctionJavascri...

  • Jeff Thompson Jeff Thompson committed [r921]

    In compiler, fix bug in convertFunctionJavascri...

  • Jeff Thompson Jeff Thompson committed [r920]

    In C# projects, don't include unused app.config.

1