タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

swiftとlinuxに関するt_furuのブックマーク (1)

  • Swift.org

    Swift is a general-purpose programming language that’s approachable for newcomers and powerful for experts. It is fast, modern, safe, and a joy to write. struct Binomial: Codable { var genus: String var species: String var subspecies: String? } let tree = Binomial(genus: "Pin", species: "oak") let jsonData = try JSONEncoder().encode(tree) // {"genus":"Pin","species":"oak"} struct ScientificName {

    Swift.org
    t_furu
    t_furu 2015/12/04
    オープンソース化してlinux向けにも提供してるんだ/iOS向けのビルドもそのうちLinux でできるようになるかなー。
  • 1