Package moby.plt contributed by dyoo 
To load: (require (planet dyoo/moby:3:11/<<file>>))
Old style:(require (planet "[file]" ("dyoo" "moby.plt" 3 11)))
Package description:
Obsoleted and replaced by Whalesong. Please use Whalesong instead: http://hashcollision.org/whalesong
Downloads this week: 1
Total downloads: 2078
Tickets:1
Open tickets:0
Primary files:
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(3 11)
138
[none]
[none]2011-11-07
To load: (require (planet dyoo/moby:3:11/<<file>>))
Available in repositories: 4.x, 3xx
Obsoleted and replaced by Whalesong. Please use Whalesong instead: http://hashcollision.org/whalesong
No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(3 10)3.10
124
5.0.12011-05-29
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 10))))
Available in repositories: 4.x
(3 9)3.9
211
5.0.12010-11-20
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 9))))
Available in repositories: 4.x

Changes

  • Jsworld has relaxed constraints on attribute values. Attribute values can now be strings or booleans. An additional type check will raise an error if a non-string, non-boolean is given.
  • Fixed bug: world widgets would have their contents erroneously deleted under certain situations.
  • Removed whitespace PRE styling on js-text nodes.
  • Fixed low level bug: generated packages could be larger because they contained multiply copies of a module.

(3 8)3.8
25
5.0.12010-11-19
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 8))))
Available in repositories: 4.x
(3 7)3.7
22
5.0.12010-11-19
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 7))))
Available in repositories: 4.x
(3 6)3.6
33
5.0.12010-11-17
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 6))))
Available in repositories: 4.x

Fixes:

  • check-expect: check-expect now works by applying tests after all of the definitions and other expressions have evaluated.
  • jsworld reentrancy: there was an issue where jsworld behaved badly (reverting to old worlds) if events came in at a rate faster than it could handle them.
  • member: the definition of member can been corrected to return a boolean in the WeScheme (Moby) languages.
  • adjusted internal
    gas
    parameter to improve performance on phones.
  • extended on-tilt to allow optional delay argument, similar to on-tick's delay
  • enforced portrait orientation of phone applications
  • miscellaneous fixes: corrected errors involving struct-mutator-procedure, exn structures constructors, and some arithmetic edge cases.
  • exposed the struct-out form for provides.

(3 5)3.5
58
5.0.12010-11-12
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 5))))
Available in repositories: 4.x
[no release notes]
(3 4)3.4
5
5.0.12010-11-12
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 4))))
Available in repositories: 4.x
[no release notes]
(3 3)3.3
32
5.0.12010-11-07
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 3))))
Available in repositories: 4.x
[no release notes]
(3 2)3.2
12
5.0.12010-11-02
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 2))))
Available in repositories: 4.x
[no release notes]
(3 1)3.1
16
5.0.12010-10-30
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 1))))
Available in repositories: 4.x
[no release notes]
(3 0)3.0
1
5.0.12010-10-30
To load: (require (planet "main.rkt" ("dyoo" "moby.plt" 3 (= 0))))
Available in repositories: 4.x
[no release notes]
(2 38)
176
4.22011-03-27
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 38))))
Available in repositories: 4.x
Added preference panel to select custom APK web service.
(2 37)
0
4.22011-03-27
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 37))))
Available in repositories: 4.x
Added preference panel to select custom APK web service.
(2 36)
610
4.22010-08-06
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 36))))
Available in repositories: 4.x
Racket 5.0.1 compatibility
(2 35)
88
4.22010-05-04
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 35))))
Available in repositories: 4.x
Added on-sms-receive and set-beep-volume.
(2 34)
100
4.22010-02-27
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 34))))
Available in repositories: 4.x
Android APK packages can now be built by Moby even without Java or the Android SDK locally installed. Improved syntax error messages.
(2 33)
15
4.22010-02-23
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 33))))
Available in repositories: 4.x
Android APK packages can now be built by Moby even without Java or the Android SDK locally installed. Improved syntax error messages.
(2 32)
19
4.22010-02-03
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 32))))
Available in repositories: 4.x
Intermediate release to fix issues with PLT Scheme 4.2.4.
(2 31)
3
4.22010-02-03
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 31))))
Available in repositories: 4.x
Fixes to issues with NaN. Fixed error where warnings were not showing up with location information. Fixed definition of eq? on functions.
(2 30)
44
4.22009-12-16
To load: (require (planet "moby-lang.ss" ("dyoo" "moby.plt" 2 (= 30))))
Available in repositories: 4.x
Fixes to issues with NaN. Fixed error where warnings were not showing up with location information. Fixed definition of eq? on functions.
(2 29)
8
4.22009-12-05
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 29))))
Available in repositories: 4.x
Bug fix: boxes should be fixed.
(2 28)
6
4.22009-11-27
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 28))))
Available in repositories: 4.x
Bug fix: the value produced by string-ref wasn't a character in 2.26; this has been corrected.
(2 27)
9
4.22009-11-22
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 27))))
Available in repositories: 4.x
Bug fix: the value produced by string-ref wasn't a character in 2.26; this has been corrected.
(2 26)
5
4.22009-11-22
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 26))))
Available in repositories: 4.x
Bug fix: eq hash tables were using an incorrect hashing algorithm, which lead to broken performance. Also added contract check on 'string' primitive.
(2 25)
28
4.22009-11-20
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 25))))
Available in repositories: 4.x
Fixed rendering issue on js-selects.
(2 24)
43
4.22009-11-19
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 24))))
Available in repositories: 4.x
Removed optimization on refreshing on-draw in the presence of mutation. js-img now properly generates a PERMISSION:INTERNET permission. Fixed regression in behavior of remove and list*.
(2 23)
20
4.22009-11-19
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 23))))
Available in repositories: 4.x
Bug fixes: vector missing equality comparator in the runtime. Append allows zero arguments. Fixed race condition re: location change.
(2 22)
11
4.22009-11-19
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 22))))
Available in repositories: 4.x
Bug fix: equal? on circular data structures should terminate. hash tables should be comparable with equal? Fixed bug in the reader when reading negative decimals.
(2 21)
24
4.22009-11-17
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 21))))
Available in repositories: 4.x
Bug fix: attributes on a checkbox were being ignored. Adjusted make-vector to allow second initialization argument.
(2 20)
38
4.22009-11-16
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 20))))
Available in repositories: 4.x
Bug fix: fixed the generation of apk and zip packages when using include.
(2 19)
20
4.22009-11-16
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 19))))
Available in repositories: 4.x
Bug fix: if an image can't be loaded, it's replaced with a warning text image. Bug fix: identifiers with a leading digit were being miscompiled.
(2 18)
32
4.22009-11-16
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 18))))
Available in repositories: 4.x
include generalized to work with a module.
(2 17)
3
4.22009-11-16
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 17))))
Available in repositories: 4.x
Fixed stale js-input example in docs. Added js-select. Added hash-for-each.
(2 16)
0
4.22009-11-16
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 16))))
Available in repositories: 4.x
Fixed stale js-input example in docs. Added js-select. Added hash-for-each.
(2 15)
8
4.22009-11-15
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 15))))
Available in repositories: 4.x
Exposed make-hash for equality hash tables. Fixed printer bug involving js-text nodes. More IE/Opera comptability fixes to avoid use of __proto__.
(2 14)
27
4.22009-11-13
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 14))))
Available in repositories: 4.x
Generalized place-image to allow images as fourth argument. Fixed Complex.asin. Fixed bug in not exposing hash-table functions out to DrScheme language level. Fixed reader bug that was reading decimals as inexact rather than exact. Fixed reader bug on scientific notation.
(2 13)
0
4.22009-11-13
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 13))))
Available in repositories: 4.x
Generalized place-image to allow images as fourth argument. Fixed Complex.asin. Fixed bug in not exposing hash-table functions out to DrScheme language level. Fixed reader bug that was reading decimals as inexact rather than exact. Fixed reader bug on scientific notation.
(2 12)
18
4.22009-11-11
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 12))))
Available in repositories: 4.x
Added error checks on procedure arity when using apply. Fixed regression involving CSS and on-draw.
(2 11)
15
4.22009-11-10
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 11))))
Available in repositories: 4.x
Implemented procedure-arity?, put-pinhole, list?. Added more error trapping on js-big-bang's on-draw handler.
(2 10)
7
4.22009-11-06
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 10))))
Available in repositories: 4.x
Printer should detect cyclic data structures. Also fixed printer bug that didn't show effects of mutation.
(2 9)
0
4.22009-11-06
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 9))))
Available in repositories: 4.x
Improvements to IE compatibility. Added mutable hash table primitives make-hasheq, hash-set!, hash-ref, hash-remove!, hash-map, and hash?.
(2 8)
1
4.22009-11-05
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 8))))
Available in repositories: 4.x
Improvements to IE compatibility.
(2 7)
0
4.22009-11-04
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 7))))
Available in repositories: 4.x
Improvements to IE compatibility.
(2 6)
1
4.22009-11-02
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 6))))
Available in repositories: 4.x
Some bug fixes for complex numbers.
(2 5)
2
4.22009-10-31
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 5))))
Available in repositories: 4.x
Added for-each.
(2 4)
2
4.22009-10-30
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 4))))
Available in repositories: 4.x
Added inexact and exact numeral literals to the reader; added complex numbers to the reader. Fixed some edge cases with modulo and quotient. Adjusted error message of on-draw to more specifically pinpoint structure problems.
(2 3)
2
4.22009-10-26
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 3))))
Available in repositories: 4.x
Added include form.
(2 2)
0
4.22009-10-24
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 2))))
Available in repositories: 4.x
Fixed atan so it can take two arguments.
(2 1)
1
4.22009-10-23
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 1))))
Available in repositories: 4.x
Changed names of handlers that have effects to use "!".Removed js-bidirectional-input; use js-input instead.
(2 0)
0
4.22009-10-23
To load: (require (planet "[file]" ("dyoo" "moby.plt" 2 (= 0))))
Available in repositories: 4.x
Changed names of handlers that have effects to use "!".Removed js-bidirectional-input; use js-input instead.
(1 1)
13
4.22009-10-21
To load: (require (planet "[file]" ("dyoo" "moby.plt" 1 (= 1))))
Available in repositories: 4.x
[no release notes]
(1 0)
2
4.22009-10-20
To load: (require (planet "[file]" ("dyoo" "moby.plt" 1 (= 0))))
Available in repositories: 4.x
[no release notes]