Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  Location: Czechia
  Remote: Yes
  Willing to relocate: No
  Technologies: C#
  Résumé/CV: https://www.linkedin.com/in/marek-kuklinca-28b7b95a/
  Email: marek.kuklinca at matfyz.cz
Hi, I'm looking for part-time programing in C# or other nice, statically typed language with extension methods. So that it's possible to write something like this: :)

  @"c:\work\py-project".as_dir()
      .get_all_filesystem_nodes()
      .Where(nd => nd is DirectoryInfo)
      .Cast<DirectoryInfo>()
      .Where(d => d.Name == "__pycache__")
      // .println_in_columns();
      .for_each(d => d.Delete(recursive: true));


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: