New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new page with info about OS portability #670
Comments
Here is the summary of all items in WANTED list (and reasons why we do not
need to list them anymore):
Tutorials:
* general Perl 6 intro 〈listed in #114〉
* multis / multi dispatch, how to use them practically 〈/language/functions#Multi-dispatch as well as /type/Signature#Type_Constraints〉
* lazy lists and generators 〈issue #667〉
* concurrency 〈/language/concurrency〉
* IO 〈/language/io〉
* network programming (e.g., examples for IO::Socket::INET) 〈#114 lists “FAQ: Web & Networking: Dealing with the Web, Email & networks”, that's probably enough〉
* MOP 〈/language/mop〉
* When to use which Set/Bag/*Hash type 〈#668〉
* Regexes and grammars (can be partially stolen from perl6/book) 〈language/regexes and language/grammars〉
* Pod6 〈#669
* Exceptions 〈/language/exceptions〉
* Updated version of http://perl6advent.wordpress.com/2010/12/22/day-22-the-meta-object-protocol/ (RT #121967) 〈not relevant anymore? no such example in the docs〉
* OS portability details 〈#670
Syntax features:
* Hyper Operators (prefix, infix, postfix and method call) 〈language/operators#Hyper_Operators〉
* $*ARGFILES, lines() (Issue #96) 〈issue #96 is closed〉
* dispatch related declarators: multi, only, proto, method, etc... 〈#634 #671〉
* Smartmatching: ~~, allowed RHS values, backlinks from related docs (grep) 〈#672〉
API docs:
* KeyReducer 〈#673〉
* Uni 〈/type/Uni ?〉
Functions:
* srand() 〈#674〉
* use [probably really important...] 〈what?〉
* on (S17) 〈we have /language/concurrency, it is probably good enough〉
* duckmap() and deepmap() 〈#675 #676〉
Miscellaneous:
* Add TODO comments to undocumented items ("=comment TODO") (Have started - dha) 〈we now use github issues instead〉
|
For example, details on how |
|
In a new page? |
|
Preferably, yes. I think it would be better to have all OS-related info on one page. |
|
Note that this was prompted by an installation issue that arose for a Raku distribution that was shared, not an issue with running Rakudo or a Raku program once a package had been installed, but I agree with @AlexDaniel that it would be better to have all OS portability info on a single page, at least until it's huge. (And given that it's remained non-existent for 7 years, I'm thinking we don't need to worry about that for now!) |
Part of #657:
But what kind of details?
The text was updated successfully, but these errors were encountered: