To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.pbforthOpen lugnet.robotics.rcx.pbforth in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / pbFORTH / *243 (-20)
  RE: pbFORTH needs better uploading, docs
 
Ben Jackson wrote.. (...) And Mark Terrabain replied... (...) I'm reluctant to take pbForth there because the RCX already compiles bytecodes and SAVE-SYSTEM sends them back to the host in Srecord format. Writing and testing a bytecode compiler for (...) (25 years ago, 9-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  RE: pbFORTH needs better uploading, docs
 
Ben, Thanks for emailing and feeding back some important issues for the rest of the Mindstorms pbForth community. I'll always welcome comments and respond as quickly as possible... Let me address each point, sorry about the quoting, but it's needed (...) (25 years ago, 9-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  Re: pbFORTH needs better uploading, docs
 
Well, I can rather agree on the uploading, but I don't find it quite as bad as you do. Not as good as NQC, but then NQC still has all the LEGO firmware limitations. As for the rest of your comments, I can only say that I managed to get the (...) (25 years ago, 9-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  Re: pbFORTH needs better uploading, docs
 
(...) This, IMO, is the biggest problem with pbForth as it exists. Although I have no idea why, Ralph seems reluctant to take pbForth to that point at this time. (And it makes even less sense to me when I think about the idea that most of this (...) (25 years ago, 8-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  pbFORTH needs better uploading, docs
 
So I've just been crawling over some broken glass, ERR, I mean, uploading pbFORTH text files to the RCX! It's hard to tell the difference! At the least, pbFORTH needs to: 1) accept \n, \r, \n\r or \r\n all as it does a single \r now. 2) have a mode (...) (25 years ago, 8-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Thought on pbForth
 
(...) Neither am I... but the fact is that it's not 20 years ago. My attitude is why use computers as if we are? (btw, I was programming back then... and I must confess that there are a few things I miss about programming in that era [most notably, (...) (25 years ago, 2-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  IDE using Forth ?
 
How about a Forth based environment running on the PC? It would not be that difficult to move the RCX based compiler to be a cross compiler on the PC. One would be able to run in two modes - "native" through a Forth based terminal (...) (25 years ago, 2-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  RE: Thought on pbForth
 
(...) Wow! Great company indeed! (...) This would be a good idea, and one day, pbForth will get there. I used to ship a Tcl based shell with pbForth, but it wasn't working well on all platforms. Here's why pbForth is the way it is, and forgive the (...) (25 years ago, 2-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  Thought on pbForth
 
Ralph, This is something that has been bothering me about pbForth ever since you developed it... please do not take this as an attack against you or your efforts. I do, in fact, truly believe that you have contributed significantly to RCX (...) (25 years ago, 2-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  RE: pbForth problems
 
(...) It's working just fine. If the LCD says "4th", then the firmware is in place, now all you need is a terminal set to 2400,n,8,1 By the way, this kind of question should be on the lugnet.robotics.rcx.pbforth heirarchy... Cheers, Ralph Hempel - (...) (25 years ago, 31-Dec-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Installation of pbForth 1.11 Problems
 
Last night I tried to install pbForth 1.11 with nqc (2.02). It beeped like it was installed and "4th" was displayed on the screen, but I could not turn it off. I had to take out the batteries to get it to turn off, but by then, the pbForth was gone. (...) (25 years ago, 29-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  pbForth 111 is released
 
After too many delays, I have finally released the latest pbForth. You can find out about it at: (URL) Remember to hit refresh so that you get the new page with the new links, not the old one! Have fun on the holidays. Here's what's new: Notes for (...) (25 years ago, 20-Dec-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Article on Forth in Electronic Design
 
The November 22, 1999 issue of Electronic Design had an article on Forth. "Although Sometimes Viewed Merely as an Interesting Relic, Forth Still Holds a Role in Today's Embedded Systems." Here is the URL of the Online edition: (URL) G. (25 years ago, 16-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  RE: wired expiriences UPLOADING & SAVE-IMAGE
 
(...) Yes, Sergey. either that or a separate zip file with appropriate tools for each platform. Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms at: (URL) ---...--- Reply to: rhempel at bmts dot com ---...--- (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Whitespace and comment remover in perl
 
(...) :) (...) unfortunately i've broken my palm III by stepping on it. (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  Re: wired expiriences UPLOADING & SAVE-IMAGE
 
(...) Yes i've done a stty ispeed 2400 ospeed 2400 </dev/cua0 before (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  Re: wired expiriences UPLOADING & SAVE-IMAGE
 
Hi Ralph, If I understood well, do you have plans to make an alternative "tools" directory in your next release? In that case I would be glad to propose my "terminal" for your collection. (I will send you the code by e-mail) Sergey (...) My (...) (...) (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  Re: wired expiriences UPLOADING & SAVE-IMAGE
 
I've got the similar effect with my Cygwin+'rx'. One of the problems was the COM port speed: it was 9600 instead of 2400. Have you checked your port settings? Anyway, something other remain... I will try it again tonight. Sergey. (...) (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  RE: Whitespace and comment remover in perl
 
(...) OOPS! I guess that those pesky regexps are not for the faint of heart. The new Tcl standard also allows you to specify less greedy regexps. The nesting of comments as you suggest is illegal FORTH anyways. It only specifies that a close comment (...) (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Whitespace and comment remover in perl
 
(...) Your statement of the LONGEST match may be correct for TCL but not for perl! look at the second regexp: the '?' inside means expand to the smallest match ( this is a perl specialty i think) the only thing is, if you nest comments like ( (...) (25 years ago, 15-Dec-99, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR