Skip to content

Instantly share code, notes, and snippets.

@soc
soc / scala-exchange-2019-note.md
Created November 10, 2021 13:53 — forked from travisbrown/scala-exchange-2019-note.md
A note about who was deplatformed in September 2019

One common grievance of the ZIO crew is that Wiem Zine El Abidine (a Scala developer and ZIO contributor) was uninvited from giving a keynote at Skills Matter's Scala Exchange conference in 2019, because of the efforts of people who wanted John De Goes (her co-presenter) to be deplatformed. This isn't true: Wiem was not uninvited, only De Goes.

For what it's worth I don't know of any evidence that Wiem herself has ever made this claim, but many men in the community have:

Valentine Kasas in September 2019:

This is a witch hunt.

@soc
soc / future-of-scala-01.md
Created November 10, 2021 13:53 — forked from travisbrown/future-of-scala-01.md
Question in Politics, Safety, and the Future of Scala thread

Originally posted these questions in this thread. I think it's very likely it won't get answered and somewhat likely it'll get moderated away (which is why I'm also posting it here).

Thank you, @darja. I have a couple of questions for you (or other Scala Center representatives) specifically.

  1. Do Martin's vague threats about "disqualification" and "reducing my motivation" represent the position of the Scala Center? If not, can you explain how the position of the Scala Center with respect to Rob's decision is different? Do Martin's threats have any bearing on Rob's role at the Scala Center? (I'm assuming the answers are "no" and "it doesn't have a position" and "no", but if they're not I'd like to know.)
  2. Would this ZIO contributor be allowed to participate in Scala Center venues? I believe this question is relevant because that pers

Dear Mr. Brown:

We represent the legal interests of our client, Mr. John Arlen De Goes, Maryland, USA.

For several years now, you have repeatedly defamed our client on the internet. Your public blog https://meta.plasm.us/posts/2019/09/01/jdg-and-the-fp-community/ specifically targets our client with the goal to publicly vilify our client. This blog can be easily found with the help of search engines like Google by just searching for the name of our client. On this blog, amongst other false statements, you falsely allege the following about our client:

(1) False statement:

“De Goes defending white supremacists and misogynists.”

== Kotlin
class T {
fun t(): Unit {
val double = { x:Int -> x * 2 }
listOf(1,2).map { x -> x * 2 }.map{ it + 1 }.map( double )
}
}
creates

Monday June 16th

Scala: The Simple Parts

Tuesday June 17th