Frost Project

Getting Started:

open -a /Users/jborden/vw8.1.1pul/bin/macx/visual.app /Users/jborden/vw8.1.1pul/image/Frost8.1_v2.im &

The interface could be improved - primarily for the store connection.

Tasks:

  • Download VisualWorks, install and run Frost tests.
  • Login to repository and add new tests

Project for Visualworks, other links:

See if QuickSilver can help. Read about Java proponents - are any from Oracle?

Data Sources:

VM training:

Why?

Current work:

  • 2015-Nov-24 - Try to get this to work:

    JavaSourceParser parse: 'public Color(int r, int g, int b) {
    	this(((r & 0xFF) << 16) | ((g & 0xFF) << 8) | ((b & 0xFF) << 0));
    	}' as: #ConstructorDeclaration.

  • Test out fixing the interface - set the variable with:

    defaults write com.cincom.vw8.0 VISUALWORKS /Users/jborden/vw8.0.1pul

  • maybe better visualization (Facebook), or Moose
  • compare with this Lang compare project
  • think about unnatural language processing
  • make a research list for a clean image - Find out how namespaces work
Pharo work - Starting with this tutorial, code:

(XMLDOMParser parseURL:
    'http://myborden.com/static/css/example/Frost_xml.st') root elementsSelect: [ :each | (each isNamed: 'class') and: [ Smalltalk includesKey: (each contentStringAt: 'name') asSymbol ] ].

Read:

Former greats: