Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

On the other side of the spectrum, we have something like the Qt documentation: https://doc.qt.io/qt-5/qwidget.html


sort by: page size:

Qt has been doing something this for a long while: https://doc.qt.io/qt-5/stylesheet-syntax.html

For in-browser tutorials, Haskell does it on the main page, too:

https://www.haskell.org/

For web UI, I always thought QisKit set the bar pretty high. It's intuitive and informative:

https://qiskit.org/




If you use Qt you have all the string utility functions you need (https://doc.qt.io/qt-5/qstring.html#public-functions)

Qt apparently does something similar to implement Q_FOREACH: https://stackoverflow.com/a/10522384/5230900


Not the prettiest and somewhat older here's a Common Lisp REPL using QT: https://play.google.com/store/apps/details?id=org.eql5.andro...

(I am NOT the author.)


Kotlin can do that too: https://kotlinlang.org/

Kotlin has this, check out https://kotlinlang.org/docs/returns.html

Emacs.

There are various code snippets for that floating around, e.g. http://www.emacswiki.org/emacs/pretty-lambdada.el.





Lisp does it too (https://lisp-lang.org/) - I think it's a reasonably familiar convention

The language is pretty well-documented. For example:

http://reference.wolfram.com/mathematica/tutorial/OperatorIn...


There's a programming language: https://silq.ethz.ch/

Is there any documentation on the language? Is it something akin to Zig? [https://ziglang.org/]

This may give some sense of what it can do:

https://reference.wolfram.com/language/

next

Legal | privacy