On Jun 8, 2:16 am, marko <ma...@marko.marko> wrote:
> Don't forget that the python, lisp and scheme newsgroups consider your
> posts as trolling. comp.lang.lisp had your number back in 2006.
>
> <
https://groups.google.com/group/comp.lang.lisp/msg/be1d88d7d455951f?d...>
Let me share my perspective on this: I know unix well, and am a high
paid pro at it.
Programming is something I want to learn more about and not java. I
consider myself
a genius and indeed have a high iq 154. I don't come here as someone
you assume
as being wowed by technology. I see things that might be amazing and
ask
hey you are using this tek, what do you think about it? How does it
compare
to this other tek also free that also seems high performance, great
abstraction
etc etc, and I guess I appear insolent when I don't cringe at people's
feet.
I am also super tall, american, and have lots of muscles, which might
add to
my arrogance or I guess rejection and counterattack to any insults I
get
from a lot of the nerds I encouter or eurotrash commies I encounter.
Remember from my point of view Europe are sickly failed economies who
should copy USA not the other way around. I would also end the fed,
public
school, and all foriegn aid immediatly and cut gov spending 80% or
more while
replacing most lawyers with software. So I see things like forth as
amazing
tools, and people who won't stay on subject or who insult me as just
tools.
Many people insult me without even knowing a solution to whatever
problem I
am posting about and they get boomerang of abuse back on them from me.
I find forth so far to be foriegn and a big shift from procedural
things like
tcl which I use day to day but am slowly studying. This does not stop
me
from wondering about more general things like does forth run on 16 cpu
boxes?
Would a web app done in forth be stuck on 1? or since it is
essentially a cgi like
the gforth appserver by paysan would it fork and run on any of the 16
cpu?
In unix management this is the kind of thing I have to tune for all
the time.
For example nginx has worker processes, and if you dont put 1 per cpu,
and then
configure the cpu affinity it also won't use a 16 core machine. I
then ask
questions about things like this. I also know memory is many times
faster than
disk so prevayler looks like a huge win, as long as it can be made to
talk to the web, which seems entirely possible. Cacheing of course is
important,
but prevayler is more than that, see the link. It would seem a forth
prevayler
and web app would be very efficient and extensible perhaps this is
what I will
work toward as I learn more forth.