Python Forum
alternative to python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
alternative to python
#33
match can do more impressive things, like do pattern matching (...so can let, for that matter), but I tried to keep it simple so as to avoid confusion.  But it seems to do a lot of things specifically to be safe, so almost no errors can bubble up at runtime.  All while having for loops that look almost exactly like python syntax lol.  I'm still reading, but I'm liking what I've seen so far.

The only thing I'm not sure how I feel about yet, is that any ffi call has to be wrapped in an "unsafe" block, so the compiler knows that you know that it can't verify the safety of whatever the other language is doing.  It makes code look unnecessarily dangerous.
Reply


Messages In This Thread
alternative to python - by Skaperen - Oct-23-2016, 09:05 AM
RE: alternative to python - by ichabod801 - Oct-23-2016, 12:57 PM
RE: alternative to python - by snippsat - Oct-23-2016, 02:28 PM
RE: alternative to python - by Larz60+ - Oct-23-2016, 04:02 PM
RE: alternative to python - by ichabod801 - Oct-23-2016, 08:08 PM
RE: alternative to python - by Skaperen - Oct-24-2016, 03:12 AM
RE: alternative to python - by Larz60+ - Oct-24-2016, 03:25 AM
RE: alternative to python - by j.crater - Oct-24-2016, 05:29 AM
RE: alternative to python - by Larz60+ - Oct-24-2016, 10:44 AM
RE: alternative to python - by sparkz_alot - Oct-24-2016, 01:50 PM
RE: alternative to python - by Larz60+ - Oct-24-2016, 02:51 PM
RE: alternative to python - by nilamo - Oct-24-2016, 03:51 PM
RE: alternative to python - by micseydel - Oct-24-2016, 04:02 PM
RE: alternative to python - by nilamo - Oct-24-2016, 04:05 PM
RE: alternative to python - by Larz60+ - Oct-24-2016, 05:12 PM
RE: alternative to python - by micseydel - Oct-24-2016, 05:42 PM
RE: alternative to python - by Root13 - Nov-04-2016, 09:41 AM
RE: alternative to python - by Skaperen - Nov-06-2016, 05:03 AM
RE: alternative to python - by Larz60+ - Nov-06-2016, 05:37 AM
RE: alternative to python - by Skaperen - Nov-07-2016, 10:06 AM
RE: alternative to python - by wavic - Nov-06-2016, 08:17 AM
RE: alternative to python - by Larz60+ - Nov-06-2016, 12:06 PM
RE: alternative to python - by ichabod801 - Nov-06-2016, 03:05 PM
RE: alternative to python - by micseydel - Nov-06-2016, 06:55 PM
RE: alternative to python - by nilamo - Dec-06-2016, 03:46 PM
RE: alternative to python - by ichabod801 - Nov-06-2016, 09:50 PM
RE: alternative to python - by micseydel - Nov-06-2016, 10:42 PM
RE: alternative to python - by nilamo - Nov-07-2016, 04:04 PM
RE: alternative to python - by wavic - Nov-06-2016, 11:01 PM
RE: alternative to python - by Larz60+ - Nov-07-2016, 01:25 AM
RE: alternative to python - by Larz60+ - Nov-07-2016, 12:41 PM
RE: alternative to python - by micseydel - Dec-06-2016, 03:50 PM
RE: alternative to python - by nilamo - Dec-06-2016, 03:54 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020