[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15
[#85364] Re: [Ruby trunk Bug#14357] thread_safe tests suite segfaults — Eric Wong <normalperson@...> 2018/02/03

[email protected] wrote:

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

[email protected] wrote:

[ruby-core:85246] [Ruby trunk Feature#6242] Ruby should support lists

From: humamustqeem10@...
Date: 2018-01-30 06:23:55 UTC
List: ruby-core #85246
Issue #6242 has been updated by huma10 (huma mustqeem).


jamesw (James  Owen) wrote:
> even i guess so  Ruby is a LISP 
> 
> http://www.leatherfads.com/leather-jacket.aspx

Yes agree with you
https://leatherbaba.com/genuine-leather-motorcycle-jacket

----------------------------------------
Feature #6242: Ruby should support lists
https://bugs.ruby-lang.org/issues/6242#change-70002

* Author: shugo (Shugo Maeda)
* Status: Rejected
* Priority: Normal
* Assignee: 
* Target version: 2.0.0
----------------------------------------
I've heard that Ruby is a LISP.
LISP stands for "LISt Processing."
Hence, Ruby should support lists.

I've attached a patch to add the classes List and Cons, and the cons operator `:::'.

Example:

  >> S[1,2,3].inject(:+)
  => 6
  >> S[1,2,3]
  => S[1, 2, 3]
  >> 0 ::: S[1,2,3]
  => S[0, 1, 2, 3]
  >> 0 ::: 1 ::: 2 ::: 3 ::: nil
  => S[0, 1, 2, 3]
  >> S[1,2,3].inject(:+)
  => 6


---Files--------------------------------
list.diff (9.61 KB)
list2.diff (9.61 KB)
list3.diff (14 KB)
noname (500 Bytes)
noname (500 Bytes)
jaro-1.jpg (12.3 KB)


-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next