Skip to content
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

Comments summarize after the presentation at Ekito #4

Closed
33 tasks done
NotBad4U opened this issue Sep 14, 2017 · 5 comments
Closed
33 tasks done

Comments summarize after the presentation at Ekito #4

NotBad4U opened this issue Sep 14, 2017 · 5 comments
Assignees

Comments

@NotBad4U
Copy link
Collaborator

NotBad4U commented Sep 14, 2017

other languages

  • Remove affordance

what we want

  • Remove efficiency

Fast

  • explain llvm (what's a backend compiler)

First Code, Types

  • Merge the two
  • Put piece of code directly in the presentation. Don't pass by the IDE
  • Speak about immutability by default
  • Type inference

Safety

  • JVM: Replace JVM with more generic name Managed runtime/environment or Virtual Machine
  • Java/C++ Runtime Errors: Merge slides
  • Debugger: Fix typo "debuger" => "debugGer"
  • remove gc image, keep the text

Rust solution

  • remove lifetime

Ownership

  • Merge slides on move

TO CONCLUDE

  • Remove GC keep just safety
  • change title

Parallelism

  • Remove drop
  • Box: Remove unknown size (idem for recursive types ?)
  • Box: Adds more concrete example
  • Remove Arc
  • Thread: Merge into Send/Sync
  • Better explain on SEND and SYNC
  • Highlight what's SEND in the program
  • Explain data race

Macros

  • Repeat abstract over for each line
  • Keep it simple ! Just one slide
  • just you can access to the AST

CARGO WORKFLOW

  • just a workflow/build tool and not a dependency manager
  • Remove cargo extensions

Ecosystem

  • Adds RLS

Libs

  • Example of rayon
  • Short code for rayon

Conclusion

  • Remove GC
  • Put without
loganmzz added a commit that referenced this issue Sep 14, 2017
loganmzz added a commit that referenced this issue Sep 15, 2017
loganmzz added a commit that referenced this issue Sep 18, 2017
loganmzz added a commit that referenced this issue Sep 18, 2017
loganmzz added a commit that referenced this issue Sep 18, 2017
loganmzz added a commit that referenced this issue Sep 20, 2017
loganmzz added a commit that referenced this issue Sep 20, 2017
loganmzz added a commit that referenced this issue Sep 20, 2017
loganmzz added a commit that referenced this issue Sep 20, 2017
@NotBad4U
Copy link
Collaborator Author

I think we can close this issue too

@loganmzz
Copy link
Owner

Still some few things to be fixed.

@loganmzz loganmzz reopened this Sep 22, 2017
@NotBad4U
Copy link
Collaborator Author

NotBad4U commented Sep 22, 2017

So I'll modify the "TO CONCLUDE" title for "CONCLUSION ABOUT OWNERSHIP/BORROWING"

@loganmzz
Copy link
Owner

Also need to fix "debugGer" gif ;)

@loganmzz
Copy link
Owner

"debugGer" typo send to issue #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants