diff --git a/book/src/programs.md b/book/src/programs.md index 7ad3797ca9..fa596bb322 100644 --- a/book/src/programs.md +++ b/book/src/programs.md @@ -21,9 +21,7 @@ used to reference the program in subsequent transactions. A program may be written in any programming language that can target the Berkley Packet Filter (BPF) safe execution environment. The Solana SDK offers the best support for C programs, which is compiled to BPF using the [LLVM -compiler infrastructure](https://llvm.org). Alternatively, a client might -choose to bypass LLVM and use Python, Lua or C++ to generate BPF directly via -the [BPF Compiler Collection](https://github.com/iovisor/bcc) (BCC). +compiler infrastructure](https://llvm.org). ## Storing State between Transactions