Search the web
Sign In
New User? Sign Up
KR-language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 60 - 89 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
60
I just finished reading your thesis. 1. I was impressed by the level of detail in your examples 2. You brought out some ambiguities that I hadn't thought...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 2, 2003
8:12 am
61
Knowledge Explorer v5.0 is now distributed as an open source product under GNU GPL license. ============ Dick McCullough knowledge := man do identify od...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 16, 2003
6:00 pm
62
it is a modern, high-level language which is easy to program, and provides the functions I need to implement my Knowledge Explorer program, e.g. associative...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 18, 2003
4:40 pm
63
Hi Richard, I'm curious to know how you came across/got started with Unicon in the first place - like my preferred language is Java, and I got into that...
Danny Ayers
Danny_Ayers
Offline Send Email
Feb 19, 2003
1:19 pm
64
Danny: I started using Icon in the late 1970s, when I was working for AT&T Bell Labs. I learned about Icon from coworkers. Ralph Griswold, who invented Icon...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 20, 2003
3:18 pm
65
Thanks Richard, interesting. Going back a while!! (I was on Commodore BASIC & 6502 machine code, clunky clunky clunky)... Cheers, Danny. ... From: Richard H....
Danny Ayers
Danny_Ayers
Offline Send Email
Feb 20, 2003
5:05 pm
66
The same pplist format is used for actions/commands/methods. The "format" attribute for methods now comes in two flavors: format = [arg:1,...] format =...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 21, 2003
10:11 pm
67
Changes in MKE v5.1 1. changed program name from KE to MKE 2. added MKR/MKE glossary: http://rhm.cdepot.net/doc/glossary.txt 3. added MKR translations of XML...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 1, 2003
10:06 pm
68
I've just started reading "Programming with Unicon" by Jeffery, Mohamed, Pereda & Parlett http://unicon.sourceforge.net/book/ub.pdf I'm amazed at all the new...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 3, 2003
1:31 pm
69
All of the MKE environment info. is included in the *.env commands which I have added to KEHOME/bin (see below). These commands are initialized for my Windows...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 4, 2003
4:33 am
70
Assuming that things work out, I plan to make heavy use of your XML parser. I will be using it primarily for translating between my MKR language and RDF, OWL,...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 6, 2003
1:12 am
71
Just a thought - if the XML parser is SAX-like, then the approach taken in Megginson's RDFFilter may be a quick way to get an RDF parser. ...
Danny Ayers
Danny_Ayers
Offline Send Email
Mar 6, 2003
1:19 am
72
# KEHOME/doc/MKRintro.txt # Mar/5/2003 #=======================# # MKR introduction # # version 5.1 # # # # Richard H....
Richard H. McCullough
rhmcc
Offline Send Email
Mar 6, 2003
4:02 am
73
Thanks. Sounds useful. Only read the first page so far. ============ Dick McCullough knowledge := man do identify od existent done; knowledge haspart...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 6, 2003
4:59 am
74
Hi, I just downloaded your Knowledge Explorer, but I can seem to run it. I am using Windows XP. Thanks, -Sherman...
shermanmonroe
Offline Send Email
Mar 7, 2003
2:21 am
75
Scratch that, I didn't put the .exe extention on the executables. -Sherman ... it....
shermanmonroe
Offline Send Email
Mar 7, 2003
2:57 am
76
Sorry about the previous email. I didn't notice Outlook Express had changed the font until after I clicked send. This copy should be a better reference. #...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
4:24 am
77
Good news! Your parser is up & running on my Windows XP Pro system. The only thing I had to do was make minor edits in the makefiles to handle the ".exe" and...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
8:34 am
78
So far all I get is this: $ showtree MacPherson.rdf syntax error stack underflow. aborting... couldnt parse $ I haven't looked at your grammar (unigram.y) yet....
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
11:18 am
79
I was truly shocked when I looked at the grammar, and discovered that pxp parses Unicon programs. I thought it was supposed to parse the XML language, e.g. RDF...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
12:04 pm
80
I'll give you my impressions of Java vs. Perl. Unicon is also a contender. I really never got into its new (compared to Icon) features, but I plan to do so...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
11:49 pm
81
... Robert Parlett pointed me to another directory which has the XML parsers. There are six example parsers in his download: testxml.icn testhtml.icn ...
rhmcc
Offline Send Email
Mar 8, 2003
8:09 am
82
The "Windows .exe problem" is having to use "x.exe" instead of "x" to execute a command. This is a pain when you're developing for both Linux and Windows. The...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 8, 2003
11:17 pm
83
# KEHOME/knowledge/tools/pxp/FirstTest.html # Mar/8/2003 from Dick McCullough: I ran the first big test of the Parlett XML parser today, using the complete...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 9, 2003
12:10 am
84
By making a small change in the MKR syntax, I completely avoided line continuation problems, and added a nice uniformity to the language. There are only two...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 13, 2003
9:02 am
85
I'm still struggling. I got hello.icn/hello.exe to work once, but right now I can't reproduce it. All tests in $JCON_HOME/test still fail with...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 14, 2003
7:48 am
86
The basic RDF model is this Entity-Property-Statement hierarchy begin hierarchy rdfhi; Resource; / Entity; / Property; / Statement; end hierarchy...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 14, 2003
5:11 pm
87
Another simple MKR/RDF implementation occurred to me. I could use an rdf group, so the syntax (implemented NOW) would be ... begin rdf some id; subject...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 14, 2003
7:26 pm
88
I had no problem at all translating MKE (35,000 lines) on Linux. After some quickie tests, the only glitch I see is with my prompt string, which is written to...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 16, 2003
8:01 am
89
The MKE download now includes several shell scripts to execute the other software tools which you may use with MKE. unicon executes Unicon O-O package...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 18, 2003
10:15 am
Messages 60 - 89 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help