Slava Pestov's weblog, primarily about Factor.
.s
So is there not a Forth/Factor shell yet, then?
No, there isn't. It would be a nice thing to have, especially if it integrated with the UI to provide live presentations of directories, etc. So many projects, so little time :) Maybe somebody else will implement this.
What? In forth, .s is a non-destructive stack print. I'll habitually type it, or just an '.' to see if I've left something undone.You can display screens with 'block'. But what's this 'file' you speak of?
alias .s='ls -lAXh --color=always|less -R'
Post a Comment
4 comments:
So is there not a Forth/Factor shell yet, then?
No, there isn't. It would be a nice thing to have, especially if it integrated with the UI to provide live presentations of directories, etc. So many projects, so little time :) Maybe somebody else will implement this.
What?
In forth, .s is a non-destructive stack print. I'll habitually type it, or just an '.' to see if I've left something undone.
You can display screens with 'block'. But what's this 'file' you speak of?
alias .s='ls -lAXh --color=always|less -R'
Post a Comment