Welcome, Guest. Please login or register.

Author Topic: Hyperion announces OS 3.1 update  (Read 91418 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline fx

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 347
  • Country: se
  • Gender: Male
    • Show all replies
    • UHC Tools
Re: Hyperion announces OS 3.1 update
« on: November 20, 2017, 08:37:19 AM »
Quote from: kolla;833328
Great, way to go :)

I have also somewhere mentioned that I want to ask you if you have thought of some equivalent to back-ticking, since back-ticks can be so tricky to ... communicate, something akin to $(command) instead of `command` on *ix shells. So, eh.. have you?


This would be very nice if it was possible to implement without too much hassle. And if not, perhaps something like allowing multiple backtick-commands on a single line could be supported, like WShell allows you to.
Slightly bored and severly confused..
 

Offline fx

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 347
  • Country: se
  • Gender: Male
    • Show all replies
    • UHC Tools
Re: Hyperion announces OS 3.1 update
« Reply #1 on: November 21, 2017, 08:19:58 AM »
Quote from: Thomas Richter;833361
I wonder why adding another incompatible syntax layer on top of the already inconsistent syntax would really help here. Backticks exist since ages. What do you gain by more syntactic sugar?


Backticks exists in unix-shells aswell but the gain is that you can nest things with the $(command) syntax. Now you sometimes need to break things up on multiple lines to obtain the same result. I don't think the exact same bash-like syntax would be necessary but I would really like the ability to nest commands if possible!

Something like:
Echo "$(dir $(cd))"
Which is a very bad and useless example but I just tried to come up with something quickly :)

Quote from: Thomas Richter


Ehem. Which shell have you been using the last decade? Go, upgrade your shell to V45, it's in the Aminet. Yes,of course it supports multiple backticks on a line. (-:


Well, the default 3.1 shell mostly and the 3.9 one on one computer :O I have never updated my shell but I certainly need to do that now :) Happy to hear that is already in there!
Slightly bored and severly confused..