14435 packages — page 140

Compiler

Monticello package 'Compiler' in the squeak53 repository at source.squeak.org. Latest Compiler-eem.416.mcz; 1 version.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the inbox repository at source.squeak.org. Latest Compiler-ct.526.mcz; 31 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak44 repository at source.squeak.org. Latest Compiler-eem.243.mcz; 1 version.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak41 repository at source.squeak.org. Latest Compiler-ar.139.mcz; 2 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak60 repository at source.squeak.org. Latest Compiler-mt.478.mcz; 2 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the etoys repository at source.squeak.org. Latest Compiler-Richo.4.mcz; 4 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak51 repository at source.squeak.org. Latest Compiler-tfel.327.mcz; 1 version.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak45 repository at source.squeak.org. Latest Compiler-nice.279.mcz; 1 version.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the treated repository at source.squeak.org. Latest Compiler-ct.525.mcz; 43 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak46 repository at source.squeak.org. Latest Compiler-dtl.305.mcz; 6 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the etoystreated repository at source.squeak.org. Latest Compiler-Richo.4.mcz; 1 version.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak42 repository at source.squeak.org. Latest Compiler-nice.184.mcz; 1 version.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak61 repository at source.squeak.org. Latest Compiler-ct.536.mcz; 2 versions.
Squeak Trunk squeak

Compiler

Monticello package 'Compiler' in the squeak52 repository at source.squeak.org. Latest Compiler-eem.394.mcz; 1 version.
Squeak Trunk squeak

Compiler.quasiliteral

Monticello package 'Compiler.quasiliteral' in the inbox repository at source.squeak.org. Latest Compiler.quasiliteral-eem.280.mcz; 1 version.
Squeak Trunk squeak

Compiler.quasiquote

Monticello package 'Compiler.quasiquote' in the inbox repository at source.squeak.org. Latest Compiler.quasiquote-eem.251.mcz; 4 versions.
Squeak Trunk squeak

Compiler.ShadowedVariableNotification

Monticello package 'Compiler.ShadowedVariableNotification' in the trunk repository at source.squeak.org. Latest Compiler.ShadowedVariableNotification-ct.468.mcz; 1 version.
Squeak Trunk squeak

Compiler.spur

Monticello package 'Compiler.spur' in the trunk repository at source.squeak.org. Latest Compiler.spur-eem.304.mcz; 19 versions.
Squeak Trunk squeak

CompilerExamplesEfrei

SmalltalkHub

Completion Enhancements

Enhances squeak's completion system, byproposing all completions in a menu(keyboard-sensitive), includings class varsand temps vars if appropriate. Most recent version works in 3.7, but the older one works insqueak 3.2 to 3.6.
SqueakMap squeak

Complex

This package contains the Complex numbers extracted from squeak Trunk.It is useful in Pharo because Complex isn't included into Pharo kernel.It can be loaded with this incantation:Gofer newsqueaksource: 'MetacelloRepository';package: 'ConfigurationOfComplex';load.((Smalltalk at: #ConfigurationOfComplex) project version: #'stable') perform: #load.
SqueakSource pharo

ComplexCondition

Code for ComplexCondition as described inAndres Valloud, "A Mentoring Course on Smalltalk".According to [1], Andres Valloud the author of the book/code said/wrote"the code didn't have a license because I meant to put no restrictions on it... The MIT license is …
SqueakSource squeak

ComplexExtensions

Add few functions to Complex Add efficient way of creating a Complex(1 i: 2) instead of (1 + 2 i)This will avoid useless coercion and arithmetic (sensible on huge collections)
SqueakMap squeak

ComplexExtensions

Add functions to complex - inverse trigonometric - hyperbolic - power and square root - conjugated Add more efficient method to create Complex: (1 i: 2) instead of (1 + 2 i). This avoids useless coercion and arithmetic when creating …
SqueakSource

ComplexNumbers

SmalltalkHub