Live data from Hacker News

Show HN: Xoscript

xoscript.com

1–10 of 53 posts

Re: Show HN: Xoscript

#3
Congratulations on launching this. I see why you posted the 'history' page first, as it's obviously been a long story!

But from a visitor's perspective, I suggest you let the code tell the story.

Some code samples on the homepage would be very useful. Especially as, from the syntax, it looks like it isn't just another C-family language.

Re: Show HN: Xoscript

#4
post #3

Congratulations on launching this. I see why you posted the 'history' page first, as it's obviously been a long story! But from a visitor's perspective, I suggest you let the code tell the story. Some code samples on the homepage would be very useful. Especially as, from the syntax, it looks like it isn't just another C-family language.

Thank you, I will do that.

Re: Show HN: Xoscript

#5
post #3

Congratulations on launching this. I see why you posted the 'history' page first, as it's obviously been a long story! But from a visitor's perspective, I suggest you let the code tell the story. Some code samples on the homepage would be very useful. Especially as, from the syntax, it looks like it isn't just another C-family language.

Thank you, I will do that.

To give you an idea how server code looks:

https://xoscript.com/docs.xo?chapter=server

Re: Show HN: Xoscript

#7
post #47

[stub for offtopicness] Reminders from https://news.ycombinator.com/newsguidelines.html : " Eschew flamebait. Avoid generic tangents. " " Please don't pick the most provocative thing in an article or post to complain about in the thread. Find something interesting to respond to instead. "

"The language is intentionally neutral and apolitical, without any stance on social or political issues."

I don't applaud or condemn this, but it's strange that it's on the home and history pages. Putting this in a code of conduct document for collaborators might make sense, but on the home page? Maybe I'm the weird one, but for most languages I consider them a tool. So it's like going to the hardware store and seeing a hammer that has a label "This is not a Liberal or Conservative hammer." Yeah, buddy I know. It's just a hammer.

Re: Show HN: Xoscript

#8

Earlier quoted context omitted.

Thank you, I will do that.

To give you an idea how server code looks: https://xoscript.com/docs.xo?chapter=server

Here is an example for server code, just added a minute ago: https://xoscript.com/docs.xo?chapter=examples

Re: Show HN: Xoscript

#9

I’m getting some Smalltalk vibes looking at the examples. Oh, I just read it was mentioned in the history of the project too.

I know it's probably not for everyone, but yeah I like the general idea of Smalltalk. However, xoscript does not have the whole vm/image thing. Also no classes, just prototypes. So I guess it sits more between smalltalk and js. You can create a class by overriding the new-method of an object though. That will essentially give you a class.

Re: Show HN: Xoscript

#10
post #47

[stub for offtopicness] Reminders from https://news.ycombinator.com/newsguidelines.html : " Eschew flamebait. Avoid generic tangents. " " Please don't pick the most provocative thing in an article or post to complain about in the thread. Find something interesting to respond to instead. "

"The language is intentionally neutral and apolitical, without any stance on social or political issues." I don't applaud or condemn this, but it's strange that it's on the home and history pages. Putting this in a code of conduct document for collaborators might make sense, but on the home page? Maybe I'm the weird one, but for most languages I consider them a tool. So it's like going to the hardware store and seein…

I was having doubts about this too. But in today's (geo)political climate it might be useful. Otherwise I can always delete it. But you're right, it's just a hammer.
Post reply on HN